home *** CD-ROM | disk | FTP | other *** search
/ SGI O2 Out of Box Experience 2.2 / SGI O2 Out of Box Experience 2.2.iso / systour / livingO2.MASTER.wrl.gz / livingO2.MASTER.wrl
Text File  |  1998-04-07  |  282KB  |  9,457 lines

  1. #VRML V2.0 utf8 CosmoWorlds V1.0
  2.  
  3. Group {
  4.   children    [
  5.     DEF SOUND-LOGIC-TREE Transform {
  6.       children          Group {
  7.     children    [
  8.       DEF AMBIENT_SOUND_XFORM Transform {
  9.         children    DEF AMBIENT_SOUND Sound {
  10.           source    DEF AMBIENT_CLIP AudioClip {
  11.         url    "Sounds/ambientCosmos.wav"
  12.         loop    TRUE
  13.         startTime    1
  14.         stopTime    0
  15.         description    ""
  16.           }
  17.  
  18.           intensity    1
  19.           minFront    50
  20.           maxFront    5000
  21.           minBack    50
  22.           maxBack    5000
  23.           spatialize    FALSE
  24.         }
  25.  
  26.       }
  27.       DEF SOUNDSCRIPT-TREE Transform {
  28.         children    [
  29.           DEF DISK1-SOUND-SCRIPT Script {
  30.         eventOut        SFTime        latchStart
  31.         eventOut        SFTime        slideStart
  32.         eventIn        SFTime        startTime
  33.         eventIn        SFBool        moduleRemoved
  34.         field        SFBool        moduleRemovedStatus    TRUE
  35.         url    "vrmlscript:
  36.         function moduleRemoved(value, t){
  37.             moduleRemovedStatus = value;
  38.         }
  39.  
  40.         function startTime(value, t) {
  41.             if (!moduleRemovedStatus) {
  42.             latchStart = value + 0.4;
  43.             slideStart = value + 0.77;
  44.             } else {
  45.             latchStart = value + 4.25;
  46.                 slideStart = value + 3.15;
  47.               }
  48.         }
  49.         
  50. "
  51.           }
  52.           DEF DISK2-SOUND-SCRIPT Script {
  53.         eventOut        SFTime        latchStart
  54.         eventOut        SFTime        slideStart
  55.         eventIn        SFTime        startTime
  56.         eventIn        SFBool        moduleRemoved
  57.         field        SFBool        moduleRemovedStatus    TRUE
  58.         url    "vrmlscript:
  59.                 function moduleRemoved(value, t){
  60.                     moduleRemovedStatus = value;
  61.                 }
  62.  
  63.                 function startTime(value, t) {
  64.                     if (!moduleRemovedStatus) {
  65.                         latchStart = value + 0.4;
  66.                         slideStart = value + 0.77;
  67.                     } else {
  68.                         latchStart = value + 4.25;
  69.                         slideStart = value + 3.15;
  70.                       }
  71.                 }
  72.  
  73. "
  74.           }
  75.           DEF AVMOD-SOUND-SCRIPT Script {
  76.         eventOut        SFTime        latchStart
  77.         eventOut        SFTime        slideStart
  78.         eventIn        SFTime        startTime
  79.         eventIn        SFBool        moduleRemoved
  80.         field        SFBool        moduleRemovedStatus    TRUE
  81.         url    "vrmlscript:
  82.                 function moduleRemoved(value, t){
  83.                     moduleRemovedStatus = value;
  84.                 }
  85.  
  86.                 function startTime(value, t) {
  87.                     if (!moduleRemovedStatus) {
  88.                         latchStart = value + 0.4;
  89.                         slideStart = value + 0.77;
  90.                     } else {
  91.                         latchStart = value + 4.25;
  92.                         slideStart = value + 3.15;
  93.                       }
  94.                 }
  95. "
  96.           }
  97.           DEF CPU-SOUND-SCRIPT Script {
  98.         eventOut        SFTime        latchStart
  99.         eventOut        SFTime        slideStart
  100.         eventIn        SFTime        startTime
  101.         eventIn        SFBool        moduleRemoved
  102.         field        SFBool        moduleRemovedStatus    TRUE
  103.         url    "vrmlscript:
  104.                 function moduleRemoved(value, t){
  105.                     moduleRemovedStatus = value;
  106.                 }
  107.  
  108.                 function startTime(value, t) {
  109.                     if (!moduleRemovedStatus) {
  110.                         latchStart = value + 0.1;
  111.                         slideStart = value + 0.35;
  112.                     } else {
  113.                         latchStart = value + 5.7;
  114.                         slideStart = value + 4;
  115.                       }
  116.                 }
  117.  
  118.  
  119. "
  120.           }
  121.           DEF CDROM-SOUND-SCRIPT Script {
  122.         eventOut        SFTime        laserPickupStartTime
  123.         eventOut        SFTime        trayOpenCloseStartTime
  124.         eventIn        SFTime        startTime
  125.         eventIn        SFBool        trayOpen
  126.         field        SFBool        trayOpenStatus    TRUE
  127.         url    "vrmlscript:
  128.         function trayOpen(value, t){
  129.            trayOpenStatus = value;
  130.         }
  131.  
  132.         function startTime(value, t){
  133.            if (trayOpenStatus) laserPickupStartTime = value + 1.5;
  134.            trayOpenCloseStartTime = value + .15;
  135.         }
  136.         
  137. "
  138.           }
  139.           DEF POWERSUPPLY-SOUND-SCRIPT Script {
  140.         eventOut        SFTime        latchStart
  141.         eventOut        SFTime        slideStart
  142.         eventIn        SFTime        startTime
  143.         eventIn        SFBool        moduleRemoved
  144.         field        SFBool        moduleRemovedStatus    TRUE
  145.         url    "vrmlscript:
  146.                 function moduleRemoved(value, t){
  147.                     moduleRemovedStatus = value;
  148.                 }
  149.  
  150.                 function startTime(value, t) {
  151.                     if (!moduleRemovedStatus) {
  152.                         latchStart = value + 0.7;
  153.                         slideStart = value + 0.3;
  154.                     } else {
  155.                         latchStart = value + 4.25;
  156.                         slideStart = value + 4;
  157.                       }
  158.                 }
  159.  
  160.  
  161. "
  162.           }
  163.           DEF PCI-SOUND-SCRIPT Script {
  164.         eventOut        SFTime        pciStart
  165.         eventIn        SFBool        pciRemoved
  166.         eventIn        SFTime        startPciTime
  167.         field        SFBool        pciRemovedStatus    FALSE
  168.         url    "vrmlscript:
  169.         function pciRemoved(value){
  170.            pciRemovedStatus = value;
  171.         }
  172.  
  173.         function startPciTime(value, t){
  174.            if (!pciRemovedStatus) pciStart = value;
  175.             else pciStart = value + 4.4;
  176.         }
  177.         
  178.  
  179. "
  180.           }
  181.           DEF LATCH_SOUND Sound {
  182.         source    DEF LATCH_CLIP AudioClip {
  183.           url    "Sounds/plasticLatch.wav"
  184.           loop    FALSE
  185.           startTime    0
  186.           stopTime    0
  187.           description    ""
  188.         }
  189.  
  190.         intensity    1
  191.         minFront    50
  192.         maxFront    5000
  193.         minBack    50
  194.         maxBack    5000
  195.         spatialize    FALSE
  196.           }
  197.           DEF DISKSLED_SOUND Sound {
  198.         source    DEF DISKSLED_CLIP AudioClip {
  199.           url    "Sounds/diskAVmodSlide.wav"
  200.           loop    FALSE
  201.           startTime    0
  202.           stopTime    0
  203.           description    ""
  204.         }
  205.  
  206.         intensity    1
  207.         minFront    50
  208.         maxFront    5000
  209.         minBack    50
  210.         maxBack    5000
  211.         spatialize    FALSE
  212.           }
  213.           DEF CPU_SLIDE_SOUND Sound {
  214.         source    DEF CPU_SLIDE_CLIP AudioClip {
  215.           url    "Sounds/CPUslide.wav"
  216.           loop    FALSE
  217.           startTime    0
  218.           stopTime    0
  219.           description    ""
  220.         }
  221.  
  222.         intensity    0.3
  223.         minFront    50
  224.         maxFront    5000
  225.         minBack    50
  226.         maxBack    5000
  227.         spatialize    FALSE
  228.           }
  229.           DEF CDIN_SOUND Sound {
  230.         source    DEF CDIN_CLIP AudioClip {
  231.           url    "Sounds/CDtrayIn.wav"
  232.           loop    FALSE
  233.           startTime    0
  234.           stopTime    0
  235.           description    ""
  236.         }
  237.  
  238.         intensity    0.3
  239.         minFront    50
  240.         maxFront    5000
  241.         minBack    50
  242.         maxBack    5000
  243.         spatialize    FALSE
  244.           }
  245.           DEF CDOUT_SOUND Sound {
  246.         source    DEF CDOUT_CLIP AudioClip {
  247.           url    "Sounds/CDtrayOut.wav"
  248.           loop    FALSE
  249.           startTime    0
  250.           stopTime    0
  251.           description    ""
  252.         }
  253.  
  254.         intensity    0.5
  255.         minFront    50
  256.         maxFront    5000
  257.         minBack    50
  258.         maxBack    5000
  259.         spatialize    FALSE
  260.           }
  261.           DEF BOOTUP-SOUND Sound {
  262.         source    DEF BOOTUP-CLIP AudioClip {
  263.           url    "Sounds/bootTune.wav"
  264.           startTime    0
  265.         }
  266.  
  267.         location    0 0 0
  268.         direction    0 0 1
  269.         minFront    10
  270.         maxFront    5000
  271.         minBack    10
  272.         maxBack    5000
  273.         spatialize    FALSE
  274.           }
  275.           DEF SHUTDOWN-SOUND Sound {
  276.         source    DEF SHUTDOWN-CLIP AudioClip {
  277.           url    "Sounds/bootDown.wav"
  278.           startTime    0
  279.         }
  280.  
  281.         location    0 0 0
  282.         direction    0 0 1
  283.         minFront    10
  284.         maxFront    5000
  285.         minBack    10
  286.         maxBack    5000
  287.         spatialize    FALSE
  288.           }
  289.         ]
  290.       }
  291.       DEF DISSOLVE_SOUND_XFORM Transform {
  292.         children    DEF DISSOLVE_SOUND Sound {
  293.           source    DEF DISSOLVE_CLIP AudioClip {
  294.         url    "Sounds/4partDissolve.wav"
  295.         loop    FALSE
  296.         startTime    0
  297.         stopTime    0
  298.         description    ""
  299.           }
  300.  
  301.           intensity    1
  302.           minFront    50
  303.           maxFront    5000
  304.           minBack    50
  305.           maxBack    5000
  306.           spatialize    FALSE
  307.         }
  308.  
  309.       }
  310.     ]
  311.       }
  312.  
  313.     }
  314.     Transform {
  315.       children    [
  316.     DEF NAVINFO NavigationInfo {
  317.       headlight    FALSE
  318.       speed    40
  319.       type    "EXAMINE"
  320.     }
  321.     Group {
  322.       children    [
  323.         DEF DRIVE1-TREE Transform {
  324.           children    Anchor {
  325.         children    [
  326.           DEF DefaultTouchSensor_17 TouchSensor {
  327.           }
  328.           DEF DRIVE1-ASSEMBLY Transform {
  329.             children    [
  330.               DEF _19 Group {
  331.             children    [
  332.               DEF DISK1-ANIMATION CoKeyframeAnimation {
  333.                 children    DEF Time_20 TimeSensor {
  334.                   cycleInterval    4.5
  335.                   startTime    0
  336.                 }
  337.  
  338.                 duration    4.5
  339.                 framesPerSecond    10
  340.               }
  341.               DEF DRIVE1-ASSEMBLYTranslationInterp CoHermitePositionInterpolator {
  342.                 key    [ 0, 0.111111, 0.4, 0.6,
  343.                       0.777778, 1 ]
  344.                 keyTypes    [ LINEAR,
  345.                       LINEAR,
  346.                       HERMITE,
  347.                       HERMITE,
  348.                       HERMITE,
  349.                       HERMITE ]
  350.                 numFrames    45
  351.                 keyValue    [ -43.5801 286.518 261.383,
  352.                       -43.5784 286.518 261.383,
  353.                       -43.5784 292.8 37.6984,
  354.                       67.3481 318.204 -89.8957,
  355.                       134.562 255.109 -152.552,
  356.                       151.006 218.08 -192.864 ]
  357.               }
  358.               DEF DRIVE1-ASSEMBLYRotationInterp CoHermiteOrientationInterpolator {
  359.                 key    [ 0, 0.111111, 0.4, 0.6,
  360.                       0.777778, 1 ]
  361.                 keyTypes    [ LINEAR,
  362.                       LINEAR,
  363.                       HERMITE,
  364.                       HERMITE,
  365.                       HERMITE,
  366.                       HERMITE ]
  367.                 numFrames    45
  368.                 keyValue    [ 0 0 1  0,
  369.                       0 0 1  0,
  370.                       1 0 0  0.0952752,
  371.                       0.0801097 -0.129669 0.988316  1.31247,
  372.                       0.0513585 -0.0831311 0.995214  1.49516,
  373.                       0 0 1  1.5708 ]
  374.               }
  375.               DEF DRIVE1-LEVERTranslationInterp CoHermitePositionInterpolator {
  376.                 key    [ 0, 0.2, 0.777778 ]
  377.                 keyTypes    [ LINEAR,
  378.                       LINEAR,
  379.                       HERMITE ]
  380.                 numFrames    45
  381.                 keyValue    [ -95.3715 -142.889 -211.693,
  382.                       -95.3715 -142.889 -211.693,
  383.                       -95.3715 -142.889 -211.693 ]
  384.               }
  385.               DEF DRIVE1-LEVERRotationInterp CoHermiteOrientationInterpolator {
  386.                 key    [ 0, 0.2, 0.777778 ]
  387.                 keyTypes    [ LINEAR,
  388.                       LINEAR,
  389.                       HERMITE ]
  390.                 numFrames    45
  391.                 keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  392.                       -0.108935 -0.108934 0.988062  4.70038,
  393.                       -0.108935 -0.108934 0.988062  4.70038 ]
  394.               }
  395.               DEF DRIVE1-ASSEMBLYScaleOrientationInterp CoHermiteOrientationInterpolator {
  396.                 key    [  ]
  397.                 keyTypes    [  ]
  398.                 numFrames    45
  399.                 keyValue    [  ]
  400.               }
  401.               DEF DRIVE1-ASSEMBLYScaleFactorInterp CoHermitePositionInterpolator {
  402.                 key    [  ]
  403.                 keyTypes    [  ]
  404.                 numFrames    45
  405.                 keyValue    [  ]
  406.               }
  407.             ]
  408.               }
  409.               DEF DISK1-LOGIC Script {
  410.             eventOut            SFFloat            fractionOut
  411.             eventOut            SFTime            delayedStartTime
  412.             eventOut            SFBool            moduleRemoved
  413.             eventIn            SFBool            timerActive
  414.             eventIn            SFFloat            fractionIn
  415.             eventIn            SFTime            triggerTime
  416.             field            SFBool            moduleRemovedStatus    TRUE
  417.             url    "vrmlscript:
  418. function timerActive(value, time)
  419. {
  420.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  421.     moduleRemoved = moduleRemovedStatus;
  422. }
  423.  
  424. function fractionIn(value, time)
  425. {
  426.     if (!moduleRemovedStatus) fractionOut = value;
  427.         else fractionOut = 1-value;
  428. }
  429.  
  430. function triggerTime(value, time)
  431. {
  432.     delayedStartTime = value + 1;
  433. }
  434. "
  435.               }
  436.               DEF DRIVE1-LEVER Transform {
  437.             children    Shape {
  438.               appearance    Appearance {
  439.                 material    Material {
  440.                   ambientIntensity    0
  441.                   diffuseColor    0.01 0.01 0.01
  442.                   specularColor    0.03 0.03 0.03
  443.                   emissiveColor    0 0 0
  444.                   shininess    0.117021
  445.                   transparency    0
  446.                 }
  447.  
  448.                 texture    NULL
  449.  
  450.                 textureTransform    NULL
  451.  
  452.               }
  453.  
  454.               geometry    IndexedFaceSet {
  455.                 coord    Coordinate {
  456.                   point    [ 13.3992 -112.112 -15.6653,
  457.                         13.7398 -111.628 -15.0247,
  458.                         10.5 -111.339 -12.811,
  459.                         9.95582 -112.112 -13.8344,
  460.                         5.80187 35.562 5.3591,
  461.                         5.80187 -54.4447 5.3591,
  462.                         8.09835 -54.4446 5.50877,
  463.                         8.09835 35.562 5.50877,
  464.                         7.69199 -54.4446 -13.0473,
  465.                         7.69199 35.5621 -13.0473,
  466.                         9.92492 31.8125 -13.8926,
  467.                         10.4691 32.5859 -12.8691,
  468.                         9.94367 -55.508 -13.8573,
  469.                         9.27577 -54.4446 -12.5574,
  470.                         13.3683 31.8124 -15.7234,
  471.                         13.3992 -112.112 -15.6653,
  472.                         9.95582 -112.112 -13.8344,
  473.                         9.92492 31.8125 -13.8926,
  474.                         13.7089 32.2966 -15.0828,
  475.                         13.3683 31.8124 -15.7234,
  476.                         13.7398 -111.628 -15.0247,
  477.                         13.7089 32.2966 -15.0828,
  478.                         10.4691 32.5859 -12.8691,
  479.                         10.4878 -54.7345 -12.8339,
  480.                         7.69199 35.5621 -13.0473,
  481.                         9.27577 35.5621 -12.5574,
  482.                         10.5 -111.339 -12.811,
  483.                         13.7398 -111.628 -15.0247,
  484.                         13.3992 -112.112 -15.6653,
  485.                         8.09835 -54.4446 5.50877,
  486.                         8.09835 35.562 5.50877,
  487.                         5.80187 35.562 5.3591,
  488.                         8.09835 35.562 5.50877,
  489.                         5.80187 -54.4447 5.3591,
  490.                         5.80187 35.562 5.3591,
  491.                         7.69199 -54.4446 -13.0473,
  492.                         9.30087 -54.4446 -12.9424,
  493.                         9.27577 35.5621 -12.5574,
  494.                         9.95582 -112.112 -13.8344,
  495.                         10.5 -111.339 -12.811,
  496.                         10.4878 -54.7345 -12.8339,
  497.                         9.94367 -55.508 -13.8573,
  498.                         -0.371617 -9.99997 -11.7616,
  499.                         -0.371617 10 -11.7616,
  500.                         3.51229 10 -12.7678,
  501.                         3.51229 -9.99995 -12.7678,
  502.                         7.68397 10 -12.8484,
  503.                         7.68397 -9.99997 -12.8484,
  504.                         5.27018 -10 13.4389,
  505.                         5.27018 9.99999 13.4389,
  506.                         -2.33193 9.99996 12.7649,
  507.                         -2.33193 -10 12.7649,
  508.                         -7.26821 9.99997 9.64641,
  509.                         -7.26821 -10 9.64641,
  510.                         -9.95467 10 4.70947,
  511.                         -9.95467 -9.99999 4.70947,
  512.                         -10.6872 10 -4.57213e-05,
  513.                         -10.6872 -9.99999 -4.56723e-05,
  514.                         -9.23879 9.99997 -3.82684,
  515.                         -9.23879 -10 -3.82684,
  516.                         -7.07107 9.99998 -7.07107,
  517.                         -7.07107 -10 -7.07107,
  518.                         -4.04246 10 -9.75939,
  519.                         -4.04246 -10 -9.75939,
  520.                         -0.371617 10 -11.7616,
  521.                         -0.371617 -9.99997 -11.7616,
  522.                         6.32844 9.99996 0.905032,
  523.                         -4.04246 10 -9.75939,
  524.                         -7.07107 9.99998 -7.07107,
  525.                         -9.23879 9.99997 -3.82684,
  526.                         -10.6872 10 -4.57213e-05,
  527.                         -9.95467 10 4.70947,
  528.                         -7.26821 9.99997 9.64641,
  529.                         -2.33193 9.99996 12.7649,
  530.                         5.27018 9.99999 13.4389,
  531.                         7.68397 10 -12.8484,
  532.                         3.51229 10 -12.7678,
  533.                         -0.371617 10 -11.7616,
  534.                         6.32844 -10 0.905032,
  535.                         -0.371617 -9.99997 -11.7616,
  536.                         3.51229 -9.99995 -12.7678,
  537.                         7.68397 -9.99997 -12.8484,
  538.                         5.27018 -10 13.4389,
  539.                         -2.33193 -10 12.7649,
  540.                         -7.26821 -10 9.64641,
  541.                         -9.95467 -9.99999 4.70947,
  542.                         -10.6872 -9.99999 -4.56723e-05,
  543.                         -9.23879 -10 -3.82684,
  544.                         -7.07107 -10 -7.07107,
  545.                         -4.04246 -10 -9.75939 ]
  546.                 }
  547.  
  548.                 coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  549.                       4, 5, 6, -1, 4, 6, 7, -1,
  550.                       8, 9, 10, -1, 11, 10, 9, -1,
  551.                       8, 12, 13, -1, 12, 10, 14, -1,
  552.                       14, 15, 12, -1, 15, 16, 12, -1,
  553.                       17, 11, 18, -1, 17, 18, 19, -1,
  554.                       20, 21, 22, -1, 20, 22, 23, -1,
  555.                       24, 25, 22, -1, 22, 25, 13, -1,
  556.                       20, 23, 26, -1, 14, 21, 27, -1,
  557.                       14, 27, 28, -1, 29, 13, 25, -1,
  558.                       30, 29, 25, -1, 24, 31, 32, -1,
  559.                       24, 8, 33, -1, 33, 8, 13, -1,
  560.                       13, 29, 33, -1, 24, 33, 34, -1,
  561.                       35, 13, 36, -1, 37, 24, 32, -1,
  562.                       38, 39, 40, -1, 40, 22, 10, -1,
  563.                       13, 40, 22, -1, 38, 40, 41, -1,
  564.                       40, 10, 41, -1, 13, 41, 40, -1,
  565.                       10, 41, 35, -1, 42, 43, 44, -1,
  566.                       42, 44, 45, -1, 45, 44, 46, -1,
  567.                       45, 46, 47, -1, 48, 49, 50, -1,
  568.                       48, 50, 51, -1, 51, 50, 52, -1,
  569.                       51, 52, 53, -1, 53, 52, 54, -1,
  570.                       53, 54, 55, -1, 55, 54, 56, -1,
  571.                       55, 56, 57, -1, 57, 56, 58, -1,
  572.                       57, 58, 59, -1, 59, 58, 60, -1,
  573.                       59, 60, 61, -1, 61, 60, 62, -1,
  574.                       61, 62, 63, -1, 63, 62, 64, -1,
  575.                       63, 64, 65, -1, 66, 67, 68, -1,
  576.                       66, 68, 69, -1, 66, 69, 70, -1,
  577.                       66, 70, 71, -1, 66, 71, 72, -1,
  578.                       66, 72, 73, -1, 66, 73, 74, -1,
  579.                       66, 75, 76, -1, 66, 76, 77, -1,
  580.                       66, 77, 67, -1, 78, 79, 80, -1,
  581.                       78, 80, 81, -1, 66, 82, 78, -1,
  582.                       49, 82, 66, -1, 78, 82, 83, -1,
  583.                       78, 83, 84, -1, 78, 84, 85, -1,
  584.                       78, 85, 86, -1, 78, 86, 87, -1,
  585.                       78, 87, 88, -1, 78, 88, 89, -1,
  586.                       78, 89, 79, -1 ]
  587.                 colorIndex    [  ]
  588.                 texCoord    TextureCoordinate {
  589.                   point    [ 0 1,
  590.                         0 0,
  591.                         1 0,
  592.                         1 1,
  593.                         1 0.393291,
  594.                         1 0.606708,
  595.                         0.393292 0,
  596.                         0.393291 1,
  597.                         1 0,
  598.                         1 1,
  599.                         0.9375 1,
  600.                         0.9375 0,
  601.                         0.875 1,
  602.                         0.875 0,
  603.                         0.5 0,
  604.                         0.5 1,
  605.                         0.4375 1,
  606.                         0.4375 0,
  607.                         0.375 1,
  608.                         0.375 0,
  609.                         0.3125 1,
  610.                         0.3125 0,
  611.                         0.25 1,
  612.                         0.25 0,
  613.                         0.1875 1,
  614.                         0.1875 0,
  615.                         0.125 1,
  616.                         0.125 0,
  617.                         0.0625 1,
  618.                         0.0625 0,
  619.                         0 1,
  620.                         0 0,
  621.                         0.5 0.5,
  622.                         0.308659 0.96194,
  623.                         0.146447 0.853554,
  624.                         0.0380603 0.691342,
  625.                         0 0.5,
  626.                         0.0380602 0.308658,
  627.                         0.146447 0.146446,
  628.                         0.308658 0.0380602,
  629.                         0.853553 0.853553,
  630.                         0.691342 0.96194,
  631.                         0.691342 0.0380602,
  632.                         0.853553 0.146447,
  633.                         0.308658 0.96194,
  634.                         0.0380602 0.691342,
  635.                         0.0380603 0.308658,
  636.                         0.308659 0.0380601 ]
  637.                 }
  638.  
  639.                 texCoordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  640.                       0, 1, 2, -1, 0, 2, 3, -1,
  641.                       1, 3, 3, -1, 1, 3, 3, -1,
  642.                       1, 4, 1, -1, 4, 3, 0, -1,
  643.                       0, 1, 4, -1, 1, 2, 4, -1,
  644.                       0, 1, 2, -1, 0, 2, 3, -1,
  645.                       0, 1, 2, -1, 0, 2, 5, -1,
  646.                       0, 0, 2, -1, 2, 0, 1, -1,
  647.                       0, 5, 3, -1, 0, 1, 2, -1,
  648.                       0, 2, 3, -1, 1, 1, 0, -1,
  649.                       0, 1, 0, -1, 0, 1, 2, -1,
  650.                       0, 1, 2, -1, 2, 1, 1, -1,
  651.                       1, 1, 2, -1, 0, 2, 3, -1,
  652.                       2, 1, 1, -1, 3, 0, 2, -1,
  653.                       0, 1, 6, -1, 6, 2, 3, -1,
  654.                       1, 6, 2, -1, 0, 6, 7, -1,
  655.                       6, 3, 7, -1, 1, 7, 6, -1,
  656.                       3, 7, 2, -1, 8, 9, 10, -1,
  657.                       8, 10, 11, -1, 11, 10, 12, -1,
  658.                       11, 12, 13, -1, 14, 15, 16, -1,
  659.                       14, 16, 17, -1, 17, 16, 18, -1,
  660.                       17, 18, 19, -1, 19, 18, 20, -1,
  661.                       19, 20, 21, -1, 21, 20, 22, -1,
  662.                       21, 22, 23, -1, 23, 22, 24, -1,
  663.                       23, 24, 25, -1, 25, 24, 26, -1,
  664.                       25, 26, 27, -1, 27, 26, 28, -1,
  665.                       27, 28, 29, -1, 29, 28, 30, -1,
  666.                       29, 30, 31, -1, 32, 33, 34, -1,
  667.                       32, 34, 35, -1, 32, 35, 36, -1,
  668.                       32, 36, 37, -1, 32, 37, 38, -1,
  669.                       32, 38, 39, -1, 32, 39, 14, -1,
  670.                       32, 40, 41, -1, 32, 41, 15, -1,
  671.                       32, 15, 33, -1, 32, 14, 42, -1,
  672.                       32, 42, 43, -1, 32, 15, 32, -1,
  673.                       15, 15, 32, -1, 32, 15, 44, -1,
  674.                       32, 44, 34, -1, 32, 34, 45, -1,
  675.                       32, 45, 36, -1, 32, 36, 46, -1,
  676.                       32, 46, 38, -1, 32, 38, 47, -1,
  677.                       32, 47, 14, -1 ]
  678.                 ccw    TRUE
  679.                 solid    TRUE
  680.                 convex    TRUE
  681.                 creaseAngle    0.657466
  682.               }
  683.  
  684.             }
  685.  
  686.             translation    -95.3715 -142.889 -211.693
  687.             rotation    -0.108935 -0.108934 0.988062  4.70038
  688.             scale    3.07746 0.0805781 3.07737
  689.             scaleOrientation    -1.32337e-08 -1 -4.45694e-07  0.136489
  690.             center    6.55999 -38.2748 4.69403
  691.               }
  692.               DEF DRIVE2-MODULE Transform {
  693.             children    Shape {
  694.               appearance    Appearance {
  695.                 material    Material {
  696.                   ambientIntensity    0
  697.                   diffuseColor    0.01 0.01 0.01
  698.                   specularColor    0 0 0
  699.                   emissiveColor    1 1 1
  700.                   shininess    0.117021
  701.                   transparency    0
  702.                 }
  703.  
  704.                 texture    ImageTexture {
  705.                   url    "Textures/drive.255x512.jpg"
  706.                 }
  707.  
  708.                 textureTransform    TextureTransform {
  709.                   translation    0 0.56
  710.                   rotation    0
  711.                   scale    0.688847 0.62973
  712.                   center    -0.5 0.06
  713.                 }
  714.  
  715.               }
  716.  
  717.               geometry    IndexedFaceSet {
  718.                 coord    Coordinate {
  719.                   point    [ -10 10 10,
  720.                         -10 -10 10,
  721.                         10 10 10,
  722.                         10 -10 10,
  723.                         10 10 -10,
  724.                         10 -10 -10,
  725.                         -10 10 -10,
  726.                         -10 -10 -10,
  727.                         -5.89351 24.2011 5.37785,
  728.                         -5.89351 24.2011 -5.53312,
  729.                         5.01746 24.2011 5.37785,
  730.                         5.01746 24.2011 -5.53312,
  731.                         -10.3252 10 416.357,
  732.                         -10.3252 -10 416.357,
  733.                         9.67484 -10 416.357,
  734.                         9.67484 10 416.357,
  735.                         9.67484 -10 396.357,
  736.                         9.67484 10 396.357,
  737.                         -10.3252 -10 396.357,
  738.                         -10.3252 10 396.357,
  739.                         -6.21868 24.2012 411.735,
  740.                         -6.21868 24.2012 400.824,
  741.                         4.6923 24.2012 411.735,
  742.                         4.6923 24.2012 400.824,
  743.                         42.3283 -8.4772 419.421,
  744.                         -62.4091 -8.47711 419.421,
  745.                         -62.4104 -416.457 419.424,
  746.                         -62.4083 -8.47812 -13.9458,
  747.                         -62.4096 -416.458 -13.9433,
  748.                         42.3291 -8.47821 -13.9456,
  749.                         42.3281 -298.426 -13.9438,
  750.                         42.3273 -298.425 419.423,
  751.                         26.0426 -298.425 419.423,
  752.                         26.0423 -416.457 419.424,
  753.                         25.0415 -416.458 -13.9431,
  754.                         25.0421 -298.426 -13.9439,
  755.                         -10 10 -10,
  756.                         -10 -10 -10,
  757.                         -10 -10 10,
  758.                         -10 10 10,
  759.                         10 10 10,
  760.                         10 -10 10,
  761.                         10 -10 -10,
  762.                         10 10 -10,
  763.                         -5.89351 24.2011 5.37785,
  764.                         -5.89351 24.2011 -5.53312,
  765.                         -10 10 -10,
  766.                         -10 10 10,
  767.                         10 10 10,
  768.                         -5.89351 24.2011 -5.53312,
  769.                         5.01746 24.2011 -5.53312,
  770.                         9.67484 10 416.357,
  771.                         9.67484 -10 416.357,
  772.                         9.67484 10 396.357,
  773.                         9.67484 -10 396.357,
  774.                         -10.3252 10 396.357,
  775.                         -10.3252 -10 396.357,
  776.                         -10.3252 -10 416.357,
  777.                         -10.3252 10 416.357,
  778.                         -10.3252 10 396.357,
  779.                         -6.21868 24.2012 411.735,
  780.                         -10.3252 10 416.357,
  781.                         9.67484 10 416.357,
  782.                         -6.21868 24.2012 400.824,
  783.                         -6.21868 24.2012 400.824,
  784.                         4.6923 24.2012 400.824,
  785.                         -62.4091 -8.47711 419.421,
  786.                         42.3283 -8.4772 419.421,
  787.                         -62.4092 -298.426 -13.944,
  788.                         -62.4083 -8.47812 -13.9458,
  789.                         42.3291 -8.47821 -13.9456,
  790.                         42.3281 -298.426 -13.9438,
  791.                         42.3273 -298.425 419.423,
  792.                         42.3283 -8.4772 419.421,
  793.                         -62.4091 -8.47711 419.421,
  794.                         -62.41 -298.425 419.423,
  795.                         -62.4104 -416.457 419.424,
  796.                         -62.4096 -416.458 -13.9433,
  797.                         -70.5225 -421.562 54.1027,
  798.                         -70.5225 -416.434 54.1027,
  799.                         -70.5225 -416.434 -32.3127,
  800.                         -70.5225 -421.562 -32.3127,
  801.                         50.4639 -421.562 -32.3127,
  802.                         50.4639 -416.434 -32.3127,
  803.                         50.4639 -416.434 54.1027,
  804.                         50.4639 -421.562 54.1027,
  805.                         51.7913 -421.562 438.649,
  806.                         -70.5225 -421.562 438.649,
  807.                         -70.5225 -421.562 288.61,
  808.                         51.7913 -416.434 438.649,
  809.                         51.7913 -421.562 288.61,
  810.                         51.7913 -416.434 288.61,
  811.                         50.4639 -421.562 54.1027,
  812.                         26.6664 -416.434 54.1027,
  813.                         19.5689 -421.562 54.1027,
  814.                         50.4639 -416.434 54.1027,
  815.                         -70.5225 -416.434 288.61,
  816.                         26.6664 -416.434 288.61,
  817.                         26.6664 -416.434 54.1027,
  818.                         -70.5225 -416.434 54.1027,
  819.                         -70.5225 -416.434 288.61,
  820.                         -70.5225 -416.434 54.1027,
  821.                         19.5689 -421.562 288.61,
  822.                         -70.5225 -421.562 54.1027,
  823.                         19.5689 -421.562 288.61,
  824.                         26.6664 -416.434 288.61,
  825.                         19.5689 -421.562 54.1027,
  826.                         26.6664 -416.434 54.1027,
  827.                         -70.5225 -416.434 438.649,
  828.                         51.7913 -416.434 288.61,
  829.                         -70.5225 -416.434 438.649,
  830.                         50.4639 -421.562 54.1027,
  831.                         -70.5225 -421.562 54.1027,
  832.                         50.4639 -421.562 -32.3127,
  833.                         -70.5225 -421.562 -32.3127,
  834.                         -70.5225 -416.434 -32.3127,
  835.                         50.4639 -416.434 -32.3127,
  836.                         -70.5225 -416.434 54.1027,
  837.                         50.4639 -416.434 54.1027,
  838.                         -62.4092 -298.426 -13.944 ]
  839.                 }
  840.  
  841.                 coordIndex    [ 30, 29, 67, -1, 30, 67, 31, -1,
  842.                       24, 27, 66, -1, 24, 29, 27, -1,
  843.                       63, 22, 23, -1, 63, 60, 22, -1,
  844.                       22, 60, 61, -1, 22, 61, 62, -1,
  845.                       23, 22, 62, -1, 23, 62, 17, -1,
  846.                       51, 16, 17, -1, 51, 52, 16, -1,
  847.                       12, 14, 15, -1, 12, 13, 14, -1,
  848.                       0, 1, 3, -1, 0, 3, 2, -1,
  849.                       10, 47, 48, -1, 10, 8, 47, -1,
  850.                       9, 8, 10, -1, 9, 10, 11, -1,
  851.                       40, 41, 42, -1, 40, 42, 43, -1,
  852.                       11, 48, 43, -1, 11, 10, 48, -1,
  853.                       36, 37, 38, -1, 36, 38, 39, -1,
  854.                       44, 46, 0, -1, 44, 45, 46, -1,
  855.                       49, 4, 6, -1, 49, 50, 4, -1,
  856.                       4, 5, 7, -1, 4, 7, 6, -1,
  857.                       53, 54, 18, -1, 53, 18, 19, -1,
  858.                       55, 56, 57, -1, 55, 57, 58, -1,
  859.                       20, 59, 12, -1, 20, 21, 59, -1,
  860.                       64, 53, 19, -1, 64, 65, 53, -1,
  861.                       33, 34, 32, -1, 32, 34, 35, -1,
  862.                       72, 32, 35, -1, 35, 71, 31, -1,
  863.                       78, 79, 80, -1, 78, 80, 81, -1,
  864.                       82, 83, 84, -1, 82, 84, 85, -1,
  865.                       86, 87, 88, -1, 87, 86, 89, -1,
  866.                       88, 90, 86, -1, 89, 86, 91, -1,
  867.                       91, 86, 90, -1, 92, 93, 94, -1,
  868.                       92, 95, 93, -1, 96, 97, 98, -1,
  869.                       96, 98, 99, -1, 87, 100, 88, -1,
  870.                       88, 100, 101, -1, 102, 88, 103, -1,
  871.                       88, 101, 103, -1, 103, 94, 102, -1,
  872.                       91, 90, 104, -1, 91, 104, 105, -1,
  873.                       105, 104, 106, -1, 105, 106, 107, -1,
  874.                       89, 108, 87, -1, 87, 108, 100, -1,
  875.                       109, 96, 110, -1, 110, 89, 109, -1,
  876.                       81, 82, 111, -1, 111, 112, 81, -1,
  877.                       113, 114, 115, -1, 115, 116, 113, -1,
  878.                       83, 80, 117, -1, 117, 118, 83, -1,
  879.                       68, 69, 70, 71, -1, 77, 68, 35,
  880.                       34, -1, 76, 33, 32, 75, -1, 74,
  881.                       75, 72, 73, -1, 75, 119, 28, 26,
  882.                       -1, 75, 25, 27, 119, -1 ]
  883.                 colorIndex    [  ]
  884.                 texCoord    TextureCoordinate {
  885.                   point    [ 1.21607 0.447906,
  886.                         -0.0458734 -0.0146735,
  887.                         1.24877 0.447906,
  888.                         1.06112 -0.00605798,
  889.                         1.09908 0.745225,
  890.                         1.00037 0.828091,
  891.                         0.118595 0.733163,
  892.                         -0.0577588 0.716012,
  893.                         1 0.714877,
  894.                         1.26839 0.438998,
  895.                         0.181852 0.73144,
  896.                         1.23896 0.551231,
  897.                         0.803304 1,
  898.                         0.196696 1,
  899.                         0.803304 0,
  900.                         0.196696 0,
  901.                         1.27166 0.586861,
  902.                         0.150223 0.729717,
  903.                         1.22588 0.672372,
  904.                         1.22261 0.556576,
  905.                         1.2455 0.51382,
  906.                         1.26512 0.53698,
  907.                         1.23569 0.649213,
  908.                         1.05796 0.765903,
  909.                         1.08481 0.722429,
  910.                         0.047717 -0.0149332,
  911.                         0.042016 0.714962,
  912.                         -0.191727 0.714962,
  913.                         -0.177474 -0.0133803,
  914.                         0.979837 0.714962,
  915.                         0.959883 -0.00872141,
  916.                         1.21073 -0.00716841,
  917.                         1.21928 0.716515,
  918.                         1.23242 0.446124,
  919.                         1.26839 0.483535,
  920.                         1.22588 0.476409,
  921.                         1.26512 0.503132,
  922.                         1.26512 0.529854,
  923.                         1.22261 0.529854,
  924.                         1.23242 0.504913,
  925.                         1.23896 0.499569,
  926.                         1.26185 0.535198,
  927.                         1.26512 0.508476,
  928.                         1.21934 0.585079,
  929.                         1.01368 0.727994,
  930.                         0.966238 0.734886,
  931.                         1.00064 0.827888,
  932.                         0.0279042 1.47728,
  933.                         0.0279715 0.826954,
  934.                         0.994114 1.48746,
  935.                         0.0279715 1.47723,
  936.                         0.0741074 -0.108191,
  937.                         0.960039 -0.0225956,
  938.                         0.0742915 -0.0273761,
  939.                         0.0763616 -0.107934,
  940.                         0.960039 -0.104443,
  941.                         0.960064 -0.0226139,
  942.                         1.15708 -0.172529,
  943.                         1.17672 -0.222478,
  944.                         1.13489 -0.225238,
  945.                         1.23239 -0.145771,
  946.                         1.14879 -0.220193,
  947.                         1.1669 -0.0779833,
  948.                         1.21317 -0.19637,
  949.                         1.1538 -0.172529,
  950.                         1.16268 -0.205056,
  951.                         1.1416 -0.176875,
  952.                         1.17657 -0.189919,
  953.                         1.15053 -0.0672799,
  954.                         1.23106 -0.181749,
  955.                         1.17345 -0.181449,
  956.                         1.20435 -0.174782,
  957.                         1.22211 -0.191496,
  958.                         1.19046 -0.144509,
  959.                         1.16035 -0.0869027,
  960.                         1.23106 -0.167127,
  961.                         1.1669 -0.222478,
  962.                         1.13026 -0.20001,
  963.                         1.16844 -0.176875,
  964.                         1.14879 -0.167214,
  965.                         1.14725 -0.117229,
  966.                         1.15055 -0.186622,
  967.                         1.18327 -0.188584,
  968.                         1.14416 -0.131895,
  969.                         1.21317 -0.181749,
  970.                         1.11637 -0.17226,
  971.                         1.1407 -0.147555,
  972.                         1.2579 -0.19637,
  973.                         1.20619 -0.211775,
  974.                         1.1416 -0.201243,
  975.                         1.15055 -0.235359,
  976.                         1.18327 -0.183233,
  977.                         1.19637 -0.179665,
  978.                         1.20435 -0.10919,
  979.                         1.24876 -0.1868,
  980.                         1.12761 -0.177881,
  981.                         1.06543 -0.192442,
  982.                         1.18327 -0.167178,
  983.                         1.09322 -0.250466,
  984.                         1.14725 -0.179665,
  985.                         1.14416 -0.258035,
  986.                         1.18583 -0.252989,
  987.                         1.12761 -0.188584,
  988.                         1.16731 -0.295877,
  989.                         1.12761 -0.1868,
  990.                         1.15053 -0.199288,
  991.                         1.23106 -0.191496,
  992.                         1.1538 -0.168962,
  993.                         1.17345 -0.201071,
  994.                         1.15055 -0.172001,
  995.                         1.18633 -0.176875,
  996.                         1.21317 -0.186622,
  997.                         1.21601 -0.160042,
  998.                         1.11174 -0.295877,
  999.                         1.19528 -0.167127,
  1000.                         1.19509 -0.268126,
  1001.                         1.1538 -0.222478,
  1002.                         1.22211 -0.191496,
  1003.                         1.13014 -0.248004,
  1004.                         1.16362 -0.181449,
  1005.                         1.16844 -0.147632,
  1006.                         1.17345 -0.193936,
  1007.                         1.21292 -0.200088,
  1008.                         1.15949 -0.191496,
  1009.                         1.20602 -0.0948595,
  1010.                         1.14398 -0.167178,
  1011.                         1.24 -0.201243,
  1012.                         1.17017 -0.177881,
  1013.                         1.20602 -0.129622,
  1014.                         1.18633 -0.128138,
  1015.                         1.20292 -0.190368,
  1016.                         1.16118 -0.143716,
  1017.                         1.15949 -0.176875,
  1018.                         1.10772 -0.153111,
  1019.                         1.08504 -0.193936,
  1020.                         1.1416 -0.142759,
  1021.                         1.24221 -0.172529,
  1022.                         1.20422 -0.15738,
  1023.                         1.1416 -0.172001,
  1024.                         1.18327 -0.160042,
  1025.                         1.19964 -0.177881,
  1026.                         1.13359 -0.15405,
  1027.                         1.25858 -0.156474,
  1028.                         1.17017 -0.177881,
  1029.                         1.17153 -0.127743,
  1030.                         1.27168 -0.160042,
  1031.                         1.18015 -0.0976781,
  1032.                         1.15708 -0.192152,
  1033.                         1.19912 -0.0760688,
  1034.                         1.14049 -0.0770083,
  1035.                         1.17672 -0.174313,
  1036.                         1.11462 -0.132441,
  1037.                         1.15708 -0.1868,
  1038.                         1.24 -0.186622,
  1039.                         1.16463 -0.107074,
  1040.                         1.15053 -0.209991,
  1041.                         1.18633 -0.201243,
  1042.                         1.1407 -0.151123,
  1043.                         1.14394 -0.173781,
  1044.                         1.17017 -0.229614,
  1045.                         1.15949 -0.113516,
  1046.                         1.15708 -0.226046,
  1047.                         1.17345 -0.213559,
  1048.                         1.20422 -0.128138,
  1049.                         1.17738 -0.167127,
  1050.                         1.21607 0.408713,
  1051.                         1.25204 0.408713,
  1052.                         1.26185 0.579735,
  1053.                         1.25531 0.608239,
  1054.                         1.22915 0.595768,
  1055.                         1.26512 0.53698,
  1056.                         1.27166 0.520946,
  1057.                         1.2455 0.54945,
  1058.                         1.25204 0.569046,
  1059.                         1.26512 0.53698,
  1060.                         1.26512 0.53698,
  1061.                         1.26512 0.53698,
  1062.                         1.25531 0.481754,
  1063.                         1.23896 0.510257,
  1064.                         1.23242 0.528072,
  1065.                         1.26512 0.53698,
  1066.                         1.26512 0.53698,
  1067.                         1.26512 0.53698,
  1068.                         1.24877 0.574391,
  1069.                         1.22261 0.556576,
  1070.                         1.22261 0.556576,
  1071.                         1.2455 0.51382,
  1072.                         1.26512 0.53698,
  1073.                         1.24223 0.570828,
  1074.                         1.22261 0.556576,
  1075.                         1.2455 0.51382,
  1076.                         1.24223 0.590424,
  1077.                         1.2455 0.51382,
  1078.                         1.26512 0.53698,
  1079.                         1.24223 0.515602,
  1080.                         1.22588 0.545887,
  1081.                         1.2455 0.563702,
  1082.                         1.24223 0.586861,
  1083.                         1.21607 0.585079,
  1084.                         1.2455 0.608239,
  1085.                         1.22915 0.611802,
  1086.                         1.22261 0.556576,
  1087.                         1.24877 0.574391,
  1088.                         1.22261 0.642087,
  1089.                         1.22261 0.581516,
  1090.                         1.25531 0.601113,
  1091.                         1.26512 0.53698,
  1092.                         1.22588 0.588642,
  1093.                         1.22261 0.556576,
  1094.                         1.22261 0.556576,
  1095.                         1.2455 0.51382,
  1096.                         1.26512 0.53698,
  1097.                         1.24877 0.583298,
  1098.                         1.26185 0.604676,
  1099.                         1.22915 0.585079,
  1100.                         1.23242 0.61002,
  1101.                         1.23242 0.572609,
  1102.                         1.25204 0.540542,
  1103.                         1.25204 0.588642,
  1104.                         1.24877 0.586861,
  1105.                         1.26185 0.604676,
  1106.                         1.25858 0.583298,
  1107.                         1.22915 0.634961,
  1108.                         1.24877 0.627835,
  1109.                         1.26512 0.53698,
  1110.                         1.23569 0.544105,
  1111.                         1.2455 0.556576,
  1112.                         1.25204 0.572609,
  1113.                         1.2455 0.51382,
  1114.                         1.26512 0.53698,
  1115.                         1.22915 0.599331,
  1116.                         1.22261 0.556576,
  1117.                         1.2455 0.51382,
  1118.                         1.25858 0.569046,
  1119.                         1.2455 0.51382,
  1120.                         1.26512 0.53698,
  1121.                         1.23896 0.593987,
  1122.                         1.21607 0.61002,
  1123.                         1.20953 0.652775,
  1124.                         1.23569 0.615364 ]
  1125.                 }
  1126.  
  1127.                 texCoordIndex    [ 5, 49, 50, -1, 46, 47, 48, -1,
  1128.                       51, 52, 53, -1, 54, 55, 56, -1,
  1129.                       153, 154, 155, -1, 156, 157, 158, -1,
  1130.                       141, 142, 143, -1, 144, 145, 146, -1,
  1131.                       147, 148, 149, -1, 150, 151, 152, -1,
  1132.                       117, 118, 119, -1, 120, 121, 122, -1,
  1133.                       114, 115, 116, -1, 111, 112, 113, -1,
  1134.                       57, 58, 59, -1, 60, 61, 62, -1,
  1135.                       96, 97, 98, -1, 93, 94, 95, -1,
  1136.                       69, 70, 71, -1, 72, 73, 74, -1,
  1137.                       81, 82, 83, -1, 84, 85, 86, -1,
  1138.                       102, 103, 104, -1, 99, 100, 101, -1,
  1139.                       75, 76, 77, -1, 78, 79, 80, -1,
  1140.                       87, 88, 89, -1, 90, 91, 92, -1,
  1141.                       105, 106, 107, -1, 108, 109, 110, -1,
  1142.                       63, 64, 65, -1, 66, 67, 68, -1,
  1143.                       126, 127, 128, -1, 123, 124, 125, -1,
  1144.                       129, 130, 131, -1, 132, 133, 134, -1,
  1145.                       135, 136, 137, -1, 138, 139, 140, -1,
  1146.                       159, 160, 161, -1, 162, 163, 164, -1,
  1147.                       11, 16, 43, -1, 40, 41, 42, -1,
  1148.                       6, 10, 17, -1, 44, 4, 45, -1,
  1149.                       230, 231, 232, -1, 233, 234, 235, -1,
  1150.                       188, 189, 190, -1, 191, 192, 193, -1,
  1151.                       179, 180, 181, -1, 224, 225, 226, -1,
  1152.                       176, 177, 178, -1, 221, 222, 223, -1,
  1153.                       218, 219, 220, -1, 203, 204, 205, -1,
  1154.                       200, 201, 202, -1, 23, 20, 20, -1,
  1155.                       23, 20, 23, -1, 21, 20, 21, -1,
  1156.                       21, 20, 20, -1, 173, 174, 175, -1,
  1157.                       21, 20, 21, -1, 170, 171, 172, -1,
  1158.                       236, 237, 238, -1, 239, 18, 22, -1,
  1159.                       197, 198, 199, -1, 194, 195, 196, -1,
  1160.                       227, 228, 229, -1, 21, 20, 20, -1,
  1161.                       215, 216, 217, -1, 212, 213, 214, -1,
  1162.                       167, 168, 169, -1, 19, 20, 21, -1,
  1163.                       182, 183, 184, -1, 185, 186, 187, -1,
  1164.                       209, 210, 211, -1, 206, 207, 208, -1,
  1165.                       29, 30, 31, 32, -1, 33, 9, 34,
  1166.                       35, -1, 36, 37, 38, 39, -1, 25,
  1167.                       26, 27, 28, -1, 165, 166, 2, 0,
  1168.                       -1, 7, 1, 3, 24, -1 ]
  1169.                 creaseAngle    0.5
  1170.               }
  1171.  
  1172.             }
  1173.  
  1174.             translation    -89.5054 35.5333 -302.395
  1175.             rotation    1 0 0  1.5708
  1176.             scale    0.270908 0.506563 0.270906
  1177.             scaleOrientation    0 0 1  0
  1178.             center    -9.3656 -198.68 203.168
  1179.               }
  1180.             ]
  1181.             translation    151.006 218.08 -192.864
  1182.             rotation    0 0 1  1.5708
  1183.             scale    1 1 1
  1184.             scaleOrientation    0 0 1  0
  1185.             center    -98.871 -163.147 -108.56
  1186.           }
  1187.         ]
  1188.         url    "TechDocs/hardDisks.html"
  1189.         parameter    "target=secondary"
  1190.           }
  1191.  
  1192.         }
  1193.         DEF DRIVE2-TREE Transform {
  1194.           children    Anchor {
  1195.         children    [
  1196.           DEF DefaultTouchSensor_30 TouchSensor {
  1197.           }
  1198.           DEF DRIVE2-ASSEMBLY Transform {
  1199.             children    [
  1200.               DEF _32 Group {
  1201.             children    [
  1202.               DEF DISK2-ANIMATION CoKeyframeAnimation {
  1203.                 children    DEF Time_33 TimeSensor {
  1204.                   cycleInterval    4.5
  1205.                   startTime    0
  1206.                 }
  1207.  
  1208.                 duration    4.5
  1209.                 framesPerSecond    10
  1210.               }
  1211.               DEF DRIVE2-ASSEMBLYTranslationInterp CoHermitePositionInterpolator {
  1212.                 key    [ 0, 0.111111, 0.333333, 0.488889,
  1213.                       0.822222, 1 ]
  1214.                 keyTypes    [ LINEAR,
  1215.                       LINEAR,
  1216.                       HERMITE,
  1217.                       HERMITE,
  1218.                       HERMITE,
  1219.                       HERMITE ]
  1220.                 numFrames    45
  1221.                 keyValue    [ -77.4371 286.518 261.383,
  1222.                       -77.4371 286.518 261.383,
  1223.                       -77.437 286.518 39.8643,
  1224.                       -66.5284 272.434 -44.6094,
  1225.                       -39.8682 235.055 -176.377,
  1226.                       -39.8682 218.08 -193.007 ]
  1227.               }
  1228.               DEF DRIVE2-ASSEMBLYRotationInterp CoHermiteOrientationInterpolator {
  1229.                 key    [ 0, 0.111111, 0.333333, 0.488889,
  1230.                       0.822222, 1 ]
  1231.                 keyTypes    [ LINEAR,
  1232.                       LINEAR,
  1233.                       LINEAR,
  1234.                       HERMITE,
  1235.                       HERMITE,
  1236.                       HERMITE ]
  1237.                 numFrames    45
  1238.                 keyValue    [ 0 0 1  0,
  1239.                       0 0 1  0,
  1240.                       0 0 1  0,
  1241.                       0 0 -1  0.348668,
  1242.                       0 0 1  4.71239,
  1243.                       0 0 1  4.71239 ]
  1244.               }
  1245.               DEF DRIVE2-LEVERTranslationInterp CoHermitePositionInterpolator {
  1246.                 key    [ 0, 0.222222 ]
  1247.                 keyTypes    [ LINEAR,
  1248.                       LINEAR ]
  1249.                 numFrames    45
  1250.                 keyValue    [ -95.3715 -142.889 -211.693,
  1251.                       -95.3714 -142.889 -211.693 ]
  1252.               }
  1253.               DEF DRIVE2-LEVERRotationInterp CoHermiteOrientationInterpolator {
  1254.                 key    [ 0, 0.222222 ]
  1255.                 keyTypes    [ LINEAR,
  1256.                       LINEAR ]
  1257.                 numFrames    45
  1258.                 keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  1259.                       -0.0928673 -0.0928668 0.991338  4.70369 ]
  1260.               }
  1261.             ]
  1262.               }
  1263.               DEF DISK2-LOGIC Script {
  1264.             eventOut            SFFloat            fractionOut
  1265.             eventOut            SFTime            delayedStartTime
  1266.             eventOut            SFBool            moduleRemoved
  1267.             eventIn            SFBool            timerActive
  1268.             eventIn            SFFloat            fractionIn
  1269.             eventIn            SFTime            triggerTime
  1270.             field            SFBool            moduleRemovedStatus    TRUE
  1271.             url    "vrmlscript:
  1272. function timerActive(value, time)
  1273. {
  1274.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  1275.     moduleRemoved = moduleRemovedStatus;
  1276. }
  1277.  
  1278. function fractionIn(value, time)
  1279. {
  1280.     if (!moduleRemovedStatus) fractionOut = value;
  1281.         else fractionOut = 1-value;
  1282. }
  1283.  
  1284. function triggerTime(value, time)
  1285. {
  1286.     delayedStartTime = value + 1;
  1287. }
  1288. "
  1289.               }
  1290.               DEF DRIVE2-LEVER Transform {
  1291.             children    Shape {
  1292.               appearance    Appearance {
  1293.                 material    Material {
  1294.                   ambientIntensity    0
  1295.                   diffuseColor    0.01 0.01 0.01
  1296.                   specularColor    0.03 0.03 0.03
  1297.                   emissiveColor    0 0 0
  1298.                   shininess    0.117021
  1299.                   transparency    0
  1300.                 }
  1301.  
  1302.               }
  1303.  
  1304.               geometry    IndexedFaceSet {
  1305.                 coord    Coordinate {
  1306.                   point    [ 13.3992 -112.112 -15.6653,
  1307.                         13.7398 -111.628 -15.0247,
  1308.                         10.5 -111.339 -12.811,
  1309.                         9.95582 -112.112 -13.8344,
  1310.                         5.80187 35.562 5.3591,
  1311.                         5.80187 -54.4447 5.3591,
  1312.                         8.09835 -54.4446 5.50877,
  1313.                         8.09835 35.562 5.50877,
  1314.                         7.69199 -54.4446 -13.0473,
  1315.                         7.69199 35.5621 -13.0473,
  1316.                         9.92492 31.8125 -13.8926,
  1317.                         10.4691 32.5859 -12.8691,
  1318.                         9.94367 -55.508 -13.8573,
  1319.                         9.27577 -54.4446 -12.5574,
  1320.                         13.3683 31.8124 -15.7234,
  1321.                         13.3992 -112.112 -15.6653,
  1322.                         9.95582 -112.112 -13.8344,
  1323.                         9.92492 31.8125 -13.8926,
  1324.                         13.7089 32.2966 -15.0828,
  1325.                         13.3683 31.8124 -15.7234,
  1326.                         13.7398 -111.628 -15.0247,
  1327.                         13.7089 32.2966 -15.0828,
  1328.                         10.4691 32.5859 -12.8691,
  1329.                         10.4878 -54.7345 -12.8339,
  1330.                         7.69199 35.5621 -13.0473,
  1331.                         9.27577 35.5621 -12.5574,
  1332.                         10.5 -111.339 -12.811,
  1333.                         13.7398 -111.628 -15.0247,
  1334.                         13.3992 -112.112 -15.6653,
  1335.                         8.09835 -54.4446 5.50877,
  1336.                         8.09835 35.562 5.50877,
  1337.                         5.80187 35.562 5.3591,
  1338.                         8.09835 35.562 5.50877,
  1339.                         5.80187 -54.4447 5.3591,
  1340.                         5.80187 35.562 5.3591,
  1341.                         7.69199 -54.4446 -13.0473,
  1342.                         9.30087 -54.4446 -12.9424,
  1343.                         9.27577 35.5621 -12.5574,
  1344.                         9.95582 -112.112 -13.8344,
  1345.                         10.5 -111.339 -12.811,
  1346.                         10.4878 -54.7345 -12.8339,
  1347.                         9.94367 -55.508 -13.8573,
  1348.                         -0.371617 -9.99997 -11.7616,
  1349.                         -0.371617 10 -11.7616,
  1350.                         3.51229 10 -12.7678,
  1351.                         3.51229 -9.99995 -12.7678,
  1352.                         7.68397 10 -12.8484,
  1353.                         7.68397 -9.99997 -12.8484,
  1354.                         5.27018 -10 13.4389,
  1355.                         5.27018 9.99999 13.4389,
  1356.                         -2.33193 9.99996 12.7649,
  1357.                         -2.33193 -10 12.7649,
  1358.                         -7.26821 9.99997 9.64641,
  1359.                         -7.26821 -10 9.64641,
  1360.                         -9.95467 10 4.70947,
  1361.                         -9.95467 -9.99999 4.70947,
  1362.                         -10.6872 10 -4.57213e-05,
  1363.                         -10.6872 -9.99999 -4.56723e-05,
  1364.                         -9.23879 9.99997 -3.82684,
  1365.                         -9.23879 -10 -3.82684,
  1366.                         -7.07107 9.99998 -7.07107,
  1367.                         -7.07107 -10 -7.07107,
  1368.                         -4.04246 10 -9.75939,
  1369.                         -4.04246 -10 -9.75939,
  1370.                         -0.371617 10 -11.7616,
  1371.                         -0.371617 -9.99997 -11.7616,
  1372.                         6.32844 9.99996 0.905032,
  1373.                         -4.04246 10 -9.75939,
  1374.                         -7.07107 9.99998 -7.07107,
  1375.                         -9.23879 9.99997 -3.82684,
  1376.                         -10.6872 10 -4.57213e-05,
  1377.                         -9.95467 10 4.70947,
  1378.                         -7.26821 9.99997 9.64641,
  1379.                         -2.33193 9.99996 12.7649,
  1380.                         5.27018 9.99999 13.4389,
  1381.                         7.68397 10 -12.8484,
  1382.                         3.51229 10 -12.7678,
  1383.                         -0.371617 10 -11.7616,
  1384.                         6.32844 -10 0.905032,
  1385.                         -0.371617 -9.99997 -11.7616,
  1386.                         3.51229 -9.99995 -12.7678,
  1387.                         7.68397 -9.99997 -12.8484,
  1388.                         5.27018 -10 13.4389,
  1389.                         -2.33193 -10 12.7649,
  1390.                         -7.26821 -10 9.64641,
  1391.                         -9.95467 -9.99999 4.70947,
  1392.                         -10.6872 -9.99999 -4.56723e-05,
  1393.                         -9.23879 -10 -3.82684,
  1394.                         -7.07107 -10 -7.07107,
  1395.                         -4.04246 -10 -9.75939 ]
  1396.                 }
  1397.  
  1398.                 coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  1399.                       4, 5, 6, -1, 4, 6, 7, -1,
  1400.                       8, 9, 10, -1, 11, 10, 9, -1,
  1401.                       8, 12, 13, -1, 12, 10, 14, -1,
  1402.                       14, 15, 12, -1, 15, 16, 12, -1,
  1403.                       17, 11, 18, -1, 17, 18, 19, -1,
  1404.                       20, 21, 22, -1, 20, 22, 23, -1,
  1405.                       24, 25, 22, -1, 22, 25, 13, -1,
  1406.                       20, 23, 26, -1, 14, 21, 27, -1,
  1407.                       14, 27, 28, -1, 29, 13, 25, -1,
  1408.                       30, 29, 25, -1, 24, 31, 32, -1,
  1409.                       24, 8, 33, -1, 33, 8, 13, -1,
  1410.                       13, 29, 33, -1, 24, 33, 34, -1,
  1411.                       35, 13, 36, -1, 37, 24, 32, -1,
  1412.                       38, 39, 40, -1, 40, 22, 10, -1,
  1413.                       13, 40, 22, -1, 38, 40, 41, -1,
  1414.                       40, 10, 41, -1, 13, 41, 40, -1,
  1415.                       10, 41, 35, -1, 42, 43, 44, -1,
  1416.                       42, 44, 45, -1, 45, 44, 46, -1,
  1417.                       45, 46, 47, -1, 48, 49, 50, -1,
  1418.                       48, 50, 51, -1, 51, 50, 52, -1,
  1419.                       51, 52, 53, -1, 53, 52, 54, -1,
  1420.                       53, 54, 55, -1, 55, 54, 56, -1,
  1421.                       55, 56, 57, -1, 57, 56, 58, -1,
  1422.                       57, 58, 59, -1, 59, 58, 60, -1,
  1423.                       59, 60, 61, -1, 61, 60, 62, -1,
  1424.                       61, 62, 63, -1, 63, 62, 64, -1,
  1425.                       63, 64, 65, -1, 66, 67, 68, -1,
  1426.                       66, 68, 69, -1, 66, 69, 70, -1,
  1427.                       66, 70, 71, -1, 66, 71, 72, -1,
  1428.                       66, 72, 73, -1, 66, 73, 74, -1,
  1429.                       66, 75, 76, -1, 66, 76, 77, -1,
  1430.                       66, 77, 67, -1, 78, 79, 80, -1,
  1431.                       78, 80, 81, -1, 66, 82, 78, -1,
  1432.                       49, 82, 66, -1, 78, 82, 83, -1,
  1433.                       78, 83, 84, -1, 78, 84, 85, -1,
  1434.                       78, 85, 86, -1, 78, 86, 87, -1,
  1435.                       78, 87, 88, -1, 78, 88, 89, -1,
  1436.                       78, 89, 79, -1 ]
  1437.                 colorIndex    [  ]
  1438.                 texCoord    TextureCoordinate {
  1439.                   point    [ 0 1,
  1440.                         0 0,
  1441.                         1 0,
  1442.                         1 1,
  1443.                         1 0.393291,
  1444.                         1 0.606708,
  1445.                         0.393292 0,
  1446.                         0.393291 1,
  1447.                         1 0,
  1448.                         1 1,
  1449.                         0.9375 1,
  1450.                         0.9375 0,
  1451.                         0.875 1,
  1452.                         0.875 0,
  1453.                         0.5 0,
  1454.                         0.5 1,
  1455.                         0.4375 1,
  1456.                         0.4375 0,
  1457.                         0.375 1,
  1458.                         0.375 0,
  1459.                         0.3125 1,
  1460.                         0.3125 0,
  1461.                         0.25 1,
  1462.                         0.25 0,
  1463.                         0.1875 1,
  1464.                         0.1875 0,
  1465.                         0.125 1,
  1466.                         0.125 0,
  1467.                         0.0625 1,
  1468.                         0.0625 0,
  1469.                         0 1,
  1470.                         0 0,
  1471.                         0.5 0.5,
  1472.                         0.308659 0.96194,
  1473.                         0.146447 0.853554,
  1474.                         0.0380603 0.691342,
  1475.                         0 0.5,
  1476.                         0.0380602 0.308658,
  1477.                         0.146447 0.146446,
  1478.                         0.308658 0.0380602,
  1479.                         0.853553 0.853553,
  1480.                         0.691342 0.96194,
  1481.                         0.691342 0.0380602,
  1482.                         0.853553 0.146447,
  1483.                         0.308658 0.96194,
  1484.                         0.0380602 0.691342,
  1485.                         0.0380603 0.308658,
  1486.                         0.308659 0.0380601 ]
  1487.                 }
  1488.  
  1489.                 texCoordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  1490.                       0, 1, 2, -1, 0, 2, 3, -1,
  1491.                       1, 3, 3, -1, 1, 3, 3, -1,
  1492.                       1, 4, 1, -1, 4, 3, 0, -1,
  1493.                       0, 1, 4, -1, 1, 2, 4, -1,
  1494.                       0, 1, 2, -1, 0, 2, 3, -1,
  1495.                       0, 1, 2, -1, 0, 2, 5, -1,
  1496.                       0, 0, 2, -1, 2, 0, 1, -1,
  1497.                       0, 5, 3, -1, 0, 1, 2, -1,
  1498.                       0, 2, 3, -1, 1, 1, 0, -1,
  1499.                       0, 1, 0, -1, 0, 1, 2, -1,
  1500.                       0, 1, 2, -1, 2, 1, 1, -1,
  1501.                       1, 1, 2, -1, 0, 2, 3, -1,
  1502.                       2, 1, 1, -1, 3, 0, 2, -1,
  1503.                       0, 1, 6, -1, 6, 2, 3, -1,
  1504.                       1, 6, 2, -1, 0, 6, 7, -1,
  1505.                       6, 3, 7, -1, 1, 7, 6, -1,
  1506.                       3, 7, 2, -1, 8, 9, 10, -1,
  1507.                       8, 10, 11, -1, 11, 10, 12, -1,
  1508.                       11, 12, 13, -1, 14, 15, 16, -1,
  1509.                       14, 16, 17, -1, 17, 16, 18, -1,
  1510.                       17, 18, 19, -1, 19, 18, 20, -1,
  1511.                       19, 20, 21, -1, 21, 20, 22, -1,
  1512.                       21, 22, 23, -1, 23, 22, 24, -1,
  1513.                       23, 24, 25, -1, 25, 24, 26, -1,
  1514.                       25, 26, 27, -1, 27, 26, 28, -1,
  1515.                       27, 28, 29, -1, 29, 28, 30, -1,
  1516.                       29, 30, 31, -1, 32, 33, 34, -1,
  1517.                       32, 34, 35, -1, 32, 35, 36, -1,
  1518.                       32, 36, 37, -1, 32, 37, 38, -1,
  1519.                       32, 38, 39, -1, 32, 39, 14, -1,
  1520.                       32, 40, 41, -1, 32, 41, 15, -1,
  1521.                       32, 15, 33, -1, 32, 14, 42, -1,
  1522.                       32, 42, 43, -1, 32, 15, 32, -1,
  1523.                       15, 15, 32, -1, 32, 15, 44, -1,
  1524.                       32, 44, 34, -1, 32, 34, 45, -1,
  1525.                       32, 45, 36, -1, 32, 36, 46, -1,
  1526.                       32, 46, 38, -1, 32, 38, 47, -1,
  1527.                       32, 47, 14, -1 ]
  1528.                 ccw    TRUE
  1529.                 solid    TRUE
  1530.                 convex    TRUE
  1531.                 creaseAngle    0.657466
  1532.               }
  1533.  
  1534.             }
  1535.  
  1536.             translation    -95.3714 -142.889 -211.693
  1537.             rotation    -0.0928673 -0.0928668 0.991338  4.70369
  1538.             scale    3.07743 0.0805776 3.07739
  1539.             scaleOrientation    1.02683e-07 -1 -2.14413e-10  0.148579
  1540.             center    6.55999 -38.2748 4.69403
  1541.               }
  1542.               DEF DRIVE2-CLONE Transform {
  1543.             children                USE DRIVE2-MODULE
  1544.  
  1545.             translation    0.000694275 0.00115967 6.10352e-05
  1546.             rotation    0 0 1  0
  1547.             scale    1.00001 1.00001 1
  1548.               }
  1549.             ]
  1550.             translation    -38.5098 228.407 -187.738
  1551.             rotation    0 0 -1  1.66031
  1552.             scale    0.999993 0.999993 0.999999
  1553.             center    -98.871 -163.147 -108.56
  1554.           }
  1555.         ]
  1556.         url    "TechDocs/hardDisks.html"
  1557.         parameter    "target=secondary"
  1558.           }
  1559.  
  1560.         }
  1561.         DEF AV-TREE Transform {
  1562.           children    Anchor {
  1563.         children    [
  1564.           DEF DefaultTouchSensor_40 TouchSensor {
  1565.           }
  1566.           DEF AV-ASSEMBLY Transform {
  1567.             children    [
  1568.               DEF _42 Group {
  1569.             children    [
  1570.               DEF AV-ANIMATION CoKeyframeAnimation {
  1571.                 children    DEF Time_43 TimeSensor {
  1572.                   cycleInterval    4.5
  1573.                   startTime    0
  1574.                 }
  1575.  
  1576.                 duration    4.5
  1577.                 framesPerSecond    10
  1578.               }
  1579.               DEF AV-ASSEMBLYTranslationInterp CoHermitePositionInterpolator {
  1580.                 key    [ 0, 0.111111, 0.377778, 0.6,
  1581.                       0.822222, 1 ]
  1582.                 keyTypes    [ LINEAR,
  1583.                       LINEAR,
  1584.                       HERMITE,
  1585.                       HERMITE,
  1586.                       HERMITE,
  1587.                       HERMITE ]
  1588.                 numFrames    45
  1589.                 keyValue    [ -111.738 286.582 261.506,
  1590.                       -111.738 286.582 261.506,
  1591.                       -111.738 296.149 1.82712,
  1592.                       -111.738 286.582 -107.169,
  1593.                       -222.932 242.42 -180.159,
  1594.                       -230.878 218.08 -192.864 ]
  1595.               }
  1596.               DEF AV-ASSEMBLYRotationInterp CoHermiteOrientationInterpolator {
  1597.                 key    [ 0, 0.111111, 0.222222, 0.377778,
  1598.                       1 ]
  1599.                 keyTypes    [ LINEAR,
  1600.                       LINEAR,
  1601.                       LINEAR,
  1602.                       HERMITE,
  1603.                       HERMITE ]
  1604.                 numFrames    45
  1605.                 keyValue    [ 0 0 1  0,
  1606.                       0 0 1  0,
  1607.                       0 0 1  0,
  1608.                       1 0 0  0.0586691,
  1609.                       0 0 1  4.71239 ]
  1610.               }
  1611.               DEF AV-LEVERTranslationInterp CoHermitePositionInterpolator {
  1612.                 key    [ 0, 0.111111, 0.222222 ]
  1613.                 keyTypes    [ LINEAR,
  1614.                       LINEAR,
  1615.                       HERMITE ]
  1616.                 numFrames    45
  1617.                 keyValue    [ -95.3715 -142.889 -211.693,
  1618.                       -95.3715 -142.889 -211.693,
  1619.                       -95.3718 -142.889 -211.693 ]
  1620.               }
  1621.               DEF AV-LEVERRotationInterp CoHermiteOrientationInterpolator {
  1622.                 key    [ 0, 0.222222 ]
  1623.                 keyTypes    [ LINEAR,
  1624.                       HERMITE ]
  1625.                 numFrames    45
  1626.                 keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  1627.                       -0.0987651 -0.0987644 0.990197  4.70254 ]
  1628.               }
  1629.               DEF AV-ASSEMBLYScaleOrientationInterp CoHermiteOrientationInterpolator {
  1630.                 key    [ 0, 0.377778, 0.822222 ]
  1631.                 keyTypes    [ HERMITE,
  1632.                       HERMITE,
  1633.                       HERMITE ]
  1634.                 numFrames    45
  1635.                 keyValue    [ 0 0 1  0,
  1636.                       1 0 0  0.00734048,
  1637.                       0.785051 -0.000567392 -0.61943  0.00926449 ]
  1638.               }
  1639.             ]
  1640.               }
  1641.               DEF AV-LOGIC Script {
  1642.             eventOut            SFFloat            fractionOut
  1643.             eventOut            SFTime            delayedStartTime
  1644.             eventOut            SFBool            moduleRemoved
  1645.             eventIn            SFBool            timerActive
  1646.             eventIn            SFFloat            fractionIn
  1647.             eventIn            SFTime            triggerTime
  1648.             field            SFBool            moduleRemovedStatus    TRUE
  1649.             url    "vrmlscript:
  1650.  
  1651. function timerActive(value, time)
  1652. {
  1653.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  1654.     moduleRemoved = moduleRemovedStatus;
  1655. }
  1656.  
  1657.  
  1658. function fractionIn(value, time)
  1659. {
  1660.     if (!moduleRemovedStatus) fractionOut = value;
  1661.         else fractionOut = 1-value;
  1662. }
  1663.  
  1664. function triggerTime(value, time)
  1665. {
  1666.     delayedStartTime = value + 1;
  1667. }
  1668. "
  1669.               }
  1670.               DEF AV-LEVER Transform {
  1671.             children    Shape {
  1672.               appearance    Appearance {
  1673.                 material    Material {
  1674.                   ambientIntensity    3.19149
  1675.                   diffuseColor    0.01 0.01 0.01
  1676.                   specularColor    0.0957447 0.0957447 0.0957447
  1677.                   emissiveColor    0 0 0
  1678.                   shininess    0.202128
  1679.                   transparency    0
  1680.                 }
  1681.  
  1682.               }
  1683.  
  1684.               geometry    IndexedFaceSet {
  1685.                 coord    Coordinate {
  1686.                   point    [ 13.3992 -112.112 -15.6653,
  1687.                         13.7398 -111.628 -15.0247,
  1688.                         10.5 -111.339 -12.811,
  1689.                         9.95582 -112.112 -13.8344,
  1690.                         5.80187 35.562 5.3591,
  1691.                         5.80187 -54.4447 5.3591,
  1692.                         8.09835 -54.4446 5.50877,
  1693.                         8.09835 35.562 5.50877,
  1694.                         7.69199 -54.4446 -13.0473,
  1695.                         7.69199 35.5621 -13.0473,
  1696.                         9.92492 31.8125 -13.8926,
  1697.                         10.4691 32.5859 -12.8691,
  1698.                         9.94367 -55.508 -13.8573,
  1699.                         9.27577 -54.4446 -12.5574,
  1700.                         13.3683 31.8124 -15.7234,
  1701.                         13.3992 -112.112 -15.6653,
  1702.                         9.95582 -112.112 -13.8344,
  1703.                         9.92492 31.8125 -13.8926,
  1704.                         13.7089 32.2966 -15.0828,
  1705.                         13.3683 31.8124 -15.7234,
  1706.                         13.7398 -111.628 -15.0247,
  1707.                         13.7089 32.2966 -15.0828,
  1708.                         10.4691 32.5859 -12.8691,
  1709.                         10.4878 -54.7345 -12.8339,
  1710.                         7.69199 35.5621 -13.0473,
  1711.                         9.27577 35.5621 -12.5574,
  1712.                         10.5 -111.339 -12.811,
  1713.                         13.7398 -111.628 -15.0247,
  1714.                         13.3992 -112.112 -15.6653,
  1715.                         8.09835 -54.4446 5.50877,
  1716.                         8.09835 35.562 5.50877,
  1717.                         5.80187 35.562 5.3591,
  1718.                         8.09835 35.562 5.50877,
  1719.                         5.80187 -54.4447 5.3591,
  1720.                         5.80187 35.562 5.3591,
  1721.                         7.69199 -54.4446 -13.0473,
  1722.                         9.30087 -54.4446 -12.9424,
  1723.                         9.27577 35.5621 -12.5574,
  1724.                         9.95582 -112.112 -13.8344,
  1725.                         10.5 -111.339 -12.811,
  1726.                         10.4878 -54.7345 -12.8339,
  1727.                         9.94367 -55.508 -13.8573,
  1728.                         -0.371617 -9.99997 -11.7616,
  1729.                         -0.371617 10 -11.7616,
  1730.                         3.51229 10 -12.7678,
  1731.                         3.51229 -9.99995 -12.7678,
  1732.                         7.68397 10 -12.8484,
  1733.                         7.68397 -9.99997 -12.8484,
  1734.                         5.27018 -10 13.4389,
  1735.                         5.27018 9.99999 13.4389,
  1736.                         -2.33193 9.99996 12.7649,
  1737.                         -2.33193 -10 12.7649,
  1738.                         -7.26821 9.99997 9.64641,
  1739.                         -7.26821 -10 9.64641,
  1740.                         -9.95467 10 4.70947,
  1741.                         -9.95467 -9.99999 4.70947,
  1742.                         -10.6872 10 -4.57213e-05,
  1743.                         -10.6872 -9.99999 -4.56723e-05,
  1744.                         -9.23879 9.99997 -3.82684,
  1745.                         -9.23879 -10 -3.82684,
  1746.                         -7.07107 9.99998 -7.07107,
  1747.                         -7.07107 -10 -7.07107,
  1748.                         -4.04246 10 -9.75939,
  1749.                         -4.04246 -10 -9.75939,
  1750.                         -0.371617 10 -11.7616,
  1751.                         -0.371617 -9.99997 -11.7616,
  1752.                         6.32844 9.99996 0.905032,
  1753.                         -4.04246 10 -9.75939,
  1754.                         -7.07107 9.99998 -7.07107,
  1755.                         -9.23879 9.99997 -3.82684,
  1756.                         -10.6872 10 -4.57213e-05,
  1757.                         -9.95467 10 4.70947,
  1758.                         -7.26821 9.99997 9.64641,
  1759.                         -2.33193 9.99996 12.7649,
  1760.                         5.27018 9.99999 13.4389,
  1761.                         7.68397 10 -12.8484,
  1762.                         3.51229 10 -12.7678,
  1763.                         -0.371617 10 -11.7616,
  1764.                         6.32844 -10 0.905032,
  1765.                         -0.371617 -9.99997 -11.7616,
  1766.                         3.51229 -9.99995 -12.7678,
  1767.                         7.68397 -9.99997 -12.8484,
  1768.                         5.27018 -10 13.4389,
  1769.                         -2.33193 -10 12.7649,
  1770.                         -7.26821 -10 9.64641,
  1771.                         -9.95467 -9.99999 4.70947,
  1772.                         -10.6872 -9.99999 -4.56723e-05,
  1773.                         -9.23879 -10 -3.82684,
  1774.                         -7.07107 -10 -7.07107,
  1775.                         -4.04246 -10 -9.75939 ]
  1776.                 }
  1777.  
  1778.                 coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  1779.                       4, 5, 6, -1, 4, 6, 7, -1,
  1780.                       8, 9, 10, -1, 11, 10, 9, -1,
  1781.                       8, 12, 13, -1, 12, 10, 14, -1,
  1782.                       14, 15, 12, -1, 15, 16, 12, -1,
  1783.                       17, 11, 18, -1, 17, 18, 19, -1,
  1784.                       20, 21, 22, -1, 20, 22, 23, -1,
  1785.                       24, 25, 22, -1, 22, 25, 13, -1,
  1786.                       20, 23, 26, -1, 14, 21, 27, -1,
  1787.                       14, 27, 28, -1, 29, 13, 25, -1,
  1788.                       30, 29, 25, -1, 24, 31, 32, -1,
  1789.                       24, 8, 33, -1, 33, 8, 13, -1,
  1790.                       13, 29, 33, -1, 24, 33, 34, -1,
  1791.                       35, 13, 36, -1, 37, 24, 32, -1,
  1792.                       38, 39, 40, -1, 40, 22, 10, -1,
  1793.                       13, 40, 22, -1, 38, 40, 41, -1,
  1794.                       40, 10, 41, -1, 13, 41, 40, -1,
  1795.                       10, 41, 35, -1, 42, 43, 44, -1,
  1796.                       42, 44, 45, -1, 45, 44, 46, -1,
  1797.                       45, 46, 47, -1, 48, 49, 50, -1,
  1798.                       48, 50, 51, -1, 51, 50, 52, -1,
  1799.                       51, 52, 53, -1, 53, 52, 54, -1,
  1800.                       53, 54, 55, -1, 55, 54, 56, -1,
  1801.                       55, 56, 57, -1, 57, 56, 58, -1,
  1802.                       57, 58, 59, -1, 59, 58, 60, -1,
  1803.                       59, 60, 61, -1, 61, 60, 62, -1,
  1804.                       61, 62, 63, -1, 63, 62, 64, -1,
  1805.                       63, 64, 65, -1, 66, 67, 68, -1,
  1806.                       66, 68, 69, -1, 66, 69, 70, -1,
  1807.                       66, 70, 71, -1, 66, 71, 72, -1,
  1808.                       66, 72, 73, -1, 66, 73, 74, -1,
  1809.                       66, 75, 76, -1, 66, 76, 77, -1,
  1810.                       66, 77, 67, -1, 78, 79, 80, -1,
  1811.                       78, 80, 81, -1, 66, 82, 78, -1,
  1812.                       49, 82, 66, -1, 78, 82, 83, -1,
  1813.                       78, 83, 84, -1, 78, 84, 85, -1,
  1814.                       78, 85, 86, -1, 78, 86, 87, -1,
  1815.                       78, 87, 88, -1, 78, 88, 89, -1,
  1816.                       78, 89, 79, -1 ]
  1817.                 colorIndex    [  ]
  1818.                 texCoord    TextureCoordinate {
  1819.                   point    [ 0 1,
  1820.                         0 0,
  1821.                         1 0,
  1822.                         1 1,
  1823.                         1 0.393291,
  1824.                         1 0.606708,
  1825.                         0.393292 0,
  1826.                         0.393291 1,
  1827.                         1 0,
  1828.                         1 1,
  1829.                         0.9375 1,
  1830.                         0.9375 0,
  1831.                         0.875 1,
  1832.                         0.875 0,
  1833.                         0.5 0,
  1834.                         0.5 1,
  1835.                         0.4375 1,
  1836.                         0.4375 0,
  1837.                         0.375 1,
  1838.                         0.375 0,
  1839.                         0.3125 1,
  1840.                         0.3125 0,
  1841.                         0.25 1,
  1842.                         0.25 0,
  1843.                         0.1875 1,
  1844.                         0.1875 0,
  1845.                         0.125 1,
  1846.                         0.125 0,
  1847.                         0.0625 1,
  1848.                         0.0625 0,
  1849.                         0 1,
  1850.                         0 0,
  1851.                         0.5 0.5,
  1852.                         0.308659 0.96194,
  1853.                         0.146447 0.853554,
  1854.                         0.0380603 0.691342,
  1855.                         0 0.5,
  1856.                         0.0380602 0.308658,
  1857.                         0.146447 0.146446,
  1858.                         0.308658 0.0380602,
  1859.                         0.853553 0.853553,
  1860.                         0.691342 0.96194,
  1861.                         0.691342 0.0380602,
  1862.                         0.853553 0.146447,
  1863.                         0.308658 0.96194,
  1864.                         0.0380602 0.691342,
  1865.                         0.0380603 0.308658,
  1866.                         0.308659 0.0380601 ]
  1867.                 }
  1868.  
  1869.                 texCoordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  1870.                       0, 1, 2, -1, 0, 2, 3, -1,
  1871.                       1, 3, 3, -1, 1, 3, 3, -1,
  1872.                       1, 4, 1, -1, 4, 3, 0, -1,
  1873.                       0, 1, 4, -1, 1, 2, 4, -1,
  1874.                       0, 1, 2, -1, 0, 2, 3, -1,
  1875.                       0, 1, 2, -1, 0, 2, 5, -1,
  1876.                       0, 0, 2, -1, 2, 0, 1, -1,
  1877.                       0, 5, 3, -1, 0, 1, 2, -1,
  1878.                       0, 2, 3, -1, 1, 1, 0, -1,
  1879.                       0, 1, 0, -1, 0, 1, 2, -1,
  1880.                       0, 1, 2, -1, 2, 1, 1, -1,
  1881.                       1, 1, 2, -1, 0, 2, 3, -1,
  1882.                       2, 1, 1, -1, 3, 0, 2, -1,
  1883.                       0, 1, 6, -1, 6, 2, 3, -1,
  1884.                       1, 6, 2, -1, 0, 6, 7, -1,
  1885.                       6, 3, 7, -1, 1, 7, 6, -1,
  1886.                       3, 7, 2, -1, 8, 9, 10, -1,
  1887.                       8, 10, 11, -1, 11, 10, 12, -1,
  1888.                       11, 12, 13, -1, 14, 15, 16, -1,
  1889.                       14, 16, 17, -1, 17, 16, 18, -1,
  1890.                       17, 18, 19, -1, 19, 18, 20, -1,
  1891.                       19, 20, 21, -1, 21, 20, 22, -1,
  1892.                       21, 22, 23, -1, 23, 22, 24, -1,
  1893.                       23, 24, 25, -1, 25, 24, 26, -1,
  1894.                       25, 26, 27, -1, 27, 26, 28, -1,
  1895.                       27, 28, 29, -1, 29, 28, 30, -1,
  1896.                       29, 30, 31, -1, 32, 33, 34, -1,
  1897.                       32, 34, 35, -1, 32, 35, 36, -1,
  1898.                       32, 36, 37, -1, 32, 37, 38, -1,
  1899.                       32, 38, 39, -1, 32, 39, 14, -1,
  1900.                       32, 40, 41, -1, 32, 41, 15, -1,
  1901.                       32, 15, 33, -1, 32, 14, 42, -1,
  1902.                       32, 42, 43, -1, 32, 15, 32, -1,
  1903.                       15, 15, 32, -1, 32, 15, 44, -1,
  1904.                       32, 44, 34, -1, 32, 34, 45, -1,
  1905.                       32, 45, 36, -1, 32, 36, 46, -1,
  1906.                       32, 46, 38, -1, 32, 38, 47, -1,
  1907.                       32, 47, 14, -1 ]
  1908.                 ccw    TRUE
  1909.                 solid    TRUE
  1910.                 convex    TRUE
  1911.                 creaseAngle    0.657466
  1912.               }
  1913.  
  1914.             }
  1915.  
  1916.             translation    -95.3718 -142.889 -211.693
  1917.             rotation    -0.0987651 -0.0987644 0.990197  4.70254
  1918.             scale    3.07741 0.0805777 3.07741
  1919.             scaleOrientation    2.0107e-08 -1 -2.00648e-08  0.448027
  1920.             center    6.55999 -38.2748 4.69403
  1921.               }
  1922.               DEF AV-PORT-ANCHOR-TREE Transform {
  1923.             children    Anchor {
  1924.               children    DEF AV-PORT-ANCHOR Transform {
  1925.                 children    Shape {
  1926.                   appearance    Appearance {
  1927.                 material    Material {
  1928.                   ambientIntensity    0.2
  1929.                   diffuseColor    0.8 0.8 0.8
  1930.                   specularColor    0 0 0
  1931.                   emissiveColor    0 0 0
  1932.                   shininess    0.2
  1933.                   transparency    1
  1934.                 }
  1935.  
  1936.                   }
  1937.  
  1938.                   geometry    IndexedFaceSet {
  1939.                 coord    Coordinate {
  1940.                   point    [ -100 100 100,
  1941.                         -100 -100 100,
  1942.                         100 100 100,
  1943.                         100 -100 100 ]
  1944.                 }
  1945.  
  1946.                 coordIndex    [ 0, 1, 3, 2, -1 ]
  1947.                 colorIndex    [  ]
  1948.                 texCoord    TextureCoordinate {
  1949.                   point    [ 0 1,
  1950.                         0 0,
  1951.                         1 1,
  1952.                         1 0 ]
  1953.                 }
  1954.  
  1955.                 texCoordIndex    [ 0, 1, 3, 2, -1 ]
  1956.                 creaseAngle    0.5
  1957.                   }
  1958.  
  1959.                 }
  1960.  
  1961.                 translation    -0.736622 -162.703 -151.763
  1962.                 rotation    -1.76914e-06 1 -1.88054e-06  4.71239
  1963.                 scale    0.406298 0.18727 1.12641
  1964.                 scaleOrientation    0 0 1  0
  1965.               }
  1966.  
  1967.               url    "TechDocs/avModule.html#ports"
  1968.               description    ""
  1969.               parameter    "target=secondary"
  1970.             }
  1971.  
  1972.               }
  1973.               DEF AV-MODULE Transform {
  1974.             children    Shape {
  1975.               appearance    Appearance {
  1976.                 material    Material {
  1977.                   ambientIntensity    0
  1978.                   diffuseColor    0.01 0.01 0.01
  1979.                   specularColor    0.03 0.03 0.03
  1980.                   emissiveColor    0.361702 0.361702 0.361702
  1981.                   shininess    0.117021
  1982.                   transparency    0
  1983.                 }
  1984.  
  1985.                 texture    ImageTexture {
  1986.                   url    "Textures/avModule.512.jpg"
  1987.                 }
  1988.  
  1989.                 textureTransform    TextureTransform {
  1990.                   translation    -0.46 0.02
  1991.                   rotation    0
  1992.                   scale    0.402069 0.78538
  1993.                   center    -0.96 -0.48
  1994.                 }
  1995.  
  1996.               }
  1997.  
  1998.               geometry    IndexedFaceSet {
  1999.                 coord    Coordinate {
  2000.                   point    [ -10 10 10,
  2001.                         -10 -10 10,
  2002.                         10 10 10,
  2003.                         10 -10 10,
  2004.                         10 10 -10,
  2005.                         10 -10 -10,
  2006.                         -10 10 -10,
  2007.                         -10 -10 -10,
  2008.                         -5.89351 24.2011 5.37785,
  2009.                         -5.89351 24.2011 -5.53312,
  2010.                         5.01746 24.2011 5.37785,
  2011.                         5.01746 24.2011 -5.53312,
  2012.                         -10.3252 10 416.357,
  2013.                         -10.3252 -10 416.357,
  2014.                         9.67484 -10 416.357,
  2015.                         9.67484 10 416.357,
  2016.                         9.67484 -10 396.357,
  2017.                         9.67484 10 396.357,
  2018.                         -10.3252 -10 396.357,
  2019.                         -10.3252 10 396.357,
  2020.                         -6.21868 24.2012 411.735,
  2021.                         -6.21868 24.2012 400.824,
  2022.                         4.6923 24.2012 411.735,
  2023.                         4.6923 24.2012 400.824,
  2024.                         42.3283 -8.4772 419.421,
  2025.                         -62.4091 -8.47711 419.421,
  2026.                         -62.4104 -416.457 419.424,
  2027.                         -62.4083 -8.47812 -13.9458,
  2028.                         -62.4096 -416.458 -13.9433,
  2029.                         42.3291 -8.47821 -13.9456,
  2030.                         42.3281 -298.426 -13.9438,
  2031.                         42.3273 -298.425 419.423,
  2032.                         26.0426 -298.425 419.423,
  2033.                         26.0423 -416.457 419.424,
  2034.                         25.0415 -416.458 -13.9431,
  2035.                         25.0421 -298.426 -13.9439,
  2036.                         9.67484 10 416.357,
  2037.                         9.67484 -10 416.357,
  2038.                         9.67484 10 396.357,
  2039.                         9.67484 -10 396.357,
  2040.                         -10.3252 10 396.357,
  2041.                         -10.3252 -10 396.357,
  2042.                         -10.3252 -10 416.357,
  2043.                         -10.3252 10 416.357,
  2044.                         -10.3252 10 396.357,
  2045.                         -6.21868 24.2012 411.735,
  2046.                         -10.3252 10 416.357,
  2047.                         9.67484 10 416.357,
  2048.                         -6.21868 24.2012 400.824,
  2049.                         -6.21868 24.2012 400.824,
  2050.                         4.6923 24.2012 400.824,
  2051.                         -62.4091 -8.47711 419.421,
  2052.                         42.3283 -8.4772 419.421,
  2053.                         -62.4092 -298.426 -13.944,
  2054.                         -62.4083 -8.47812 -13.9458,
  2055.                         42.3291 -8.47821 -13.9456,
  2056.                         42.3281 -298.426 -13.9438,
  2057.                         42.3273 -298.425 419.423,
  2058.                         42.3283 -8.4772 419.421,
  2059.                         -62.4091 -8.47711 419.421,
  2060.                         -62.41 -298.425 419.423,
  2061.                         -62.4104 -416.457 419.424,
  2062.                         -62.4096 -416.458 -13.9433,
  2063.                         -70.5225 -421.562 54.1027,
  2064.                         -70.5225 -416.434 54.1027,
  2065.                         -70.5225 -416.434 -32.3127,
  2066.                         -70.5225 -421.562 -32.3127,
  2067.                         50.4639 -421.562 -32.3127,
  2068.                         50.4639 -416.434 -32.3127,
  2069.                         50.4639 -416.434 54.1027,
  2070.                         50.4639 -421.562 54.1027,
  2071.                         51.7913 -421.562 438.649,
  2072.                         -70.5225 -421.562 438.649,
  2073.                         -70.5225 -421.562 288.61,
  2074.                         51.7913 -416.434 438.649,
  2075.                         51.7913 -421.562 288.61,
  2076.                         51.7913 -416.434 288.61,
  2077.                         50.4639 -421.562 54.1027,
  2078.                         26.6664 -416.434 54.1027,
  2079.                         19.5689 -421.562 54.1027,
  2080.                         50.4639 -416.434 54.1027,
  2081.                         -70.5225 -416.434 288.61,
  2082.                         26.6664 -416.434 288.61,
  2083.                         26.6664 -416.434 54.1027,
  2084.                         -70.5225 -416.434 54.1027,
  2085.                         -70.5225 -416.434 288.61,
  2086.                         -70.5225 -416.434 54.1027,
  2087.                         19.5689 -421.562 288.61,
  2088.                         -70.5225 -421.562 54.1027,
  2089.                         19.5689 -421.562 288.61,
  2090.                         26.6664 -416.434 288.61,
  2091.                         19.5689 -421.562 54.1027,
  2092.                         26.6664 -416.434 54.1027,
  2093.                         -70.5225 -416.434 438.649,
  2094.                         51.7913 -416.434 288.61,
  2095.                         -70.5225 -416.434 438.649,
  2096.                         50.4639 -421.562 54.1027,
  2097.                         -70.5225 -421.562 54.1027,
  2098.                         50.4639 -421.562 -32.3127,
  2099.                         -70.5225 -421.562 -32.3127,
  2100.                         -70.5225 -416.434 -32.3127,
  2101.                         50.4639 -416.434 -32.3127,
  2102.                         -70.5225 -416.434 54.1027,
  2103.                         50.4639 -416.434 54.1027,
  2104.                         42.3283 -8.4772 419.421,
  2105.                         4.6923 24.2012 400.824,
  2106.                         9.67484 10 416.357,
  2107.                         -10.3252 10 416.357,
  2108.                         9.67484 -10 416.357,
  2109.                         9.67484 10 396.357,
  2110.                         9.67484 -10 396.357,
  2111.                         9.67484 10 396.357,
  2112.                         -10.3252 10 416.357,
  2113.                         -6.21868 24.2012 411.735,
  2114.                         -10.3252 10 396.357,
  2115.                         -10.3252 10 416.357,
  2116.                         -6.21868 24.2012 411.735,
  2117.                         -10.3252 10 396.357,
  2118.                         -6.21868 24.2012 400.824,
  2119.                         9.67484 10 396.357,
  2120.                         -10.3252 10 396.357,
  2121.                         -6.21868 24.2012 400.824,
  2122.                         4.6923 24.2012 400.824,
  2123.                         9.67484 10 396.357,
  2124.                         26.0426 -298.425 419.423,
  2125.                         25.0415 -416.458 -13.9431,
  2126.                         26.0426 -298.425 419.423,
  2127.                         25.0421 -298.426 -13.9439,
  2128.                         25.0421 -298.426 -13.9439,
  2129.                         42.3281 -298.426 -13.9438,
  2130.                         42.3273 -298.425 419.423,
  2131.                         -70.5225 -421.562 438.649,
  2132.                         51.7913 -421.562 438.649,
  2133.                         51.7913 -421.562 288.61,
  2134.                         -70.5225 -421.562 288.61,
  2135.                         -70.5225 -421.562 288.61,
  2136.                         19.5689 -421.562 54.1027,
  2137.                         -70.5225 -421.562 54.1027,
  2138.                         26.0423 -416.457 419.424,
  2139.                         26.0426 -298.425 419.423,
  2140.                         -62.41 -298.425 419.423,
  2141.                         42.3273 -298.425 419.423,
  2142.                         42.3283 -8.4772 419.421,
  2143.                         -62.41 -298.425 419.423,
  2144.                         -62.4083 -8.47812 -13.9458,
  2145.                         42.3291 -8.47821 -13.9456,
  2146.                         42.3281 -298.426 -13.9438,
  2147.                         -62.4083 -8.47812 -13.9458,
  2148.                         25.0421 -298.426 -13.9439,
  2149.                         25.0415 -416.458 -13.9431,
  2150.                         -62.4092 -298.426 -13.944 ]
  2151.                 }
  2152.  
  2153.                 coordIndex    [ 30, 29, 24, -1, 56, 52, 31, -1,
  2154.                       58, 27, 25, -1, 104, 55, 54, -1,
  2155.                       21, 22, 23, -1, 48, 20, 22, -1,
  2156.                       22, 45, 12, -1, 22, 43, 15, -1,
  2157.                       50, 22, 15, -1, 105, 15, 17, -1,
  2158.                       36, 16, 38, -1, 47, 14, 39, -1,
  2159.                       46, 37, 106, -1, 107, 13, 108, -1,
  2160.                       0, 1, 3, -1, 0, 3, 2, -1,
  2161.                       10, 0, 2, -1, 10, 8, 0, -1,
  2162.                       9, 8, 10, -1, 9, 10, 11, -1,
  2163.                       2, 3, 5, -1, 2, 5, 4, -1,
  2164.                       11, 2, 4, -1, 11, 10, 2, -1,
  2165.                       6, 7, 1, -1, 6, 1, 0, -1,
  2166.                       8, 6, 0, -1, 8, 9, 6, -1,
  2167.                       9, 4, 6, -1, 9, 11, 4, -1,
  2168.                       4, 5, 7, -1, 4, 7, 6, -1,
  2169.                       109, 110, 18, -1, 111, 18, 19, -1,
  2170.                       40, 41, 42, -1, 44, 42, 112, -1,
  2171.                       113, 114, 115, -1, 116, 49, 117, -1,
  2172.                       118, 119, 120, -1, 121, 122, 123, -1,
  2173.                       33, 34, 32, -1, 124, 125, 35, -1,
  2174.                       57, 126, 127, -1, 128, 129, 130, -1,
  2175.                       63, 64, 65, -1, 63, 65, 66, -1,
  2176.                       67, 68, 69, -1, 67, 69, 70, -1,
  2177.                       71, 72, 73, -1, 131, 132, 74, -1,
  2178.                       73, 75, 71, -1, 74, 132, 76, -1,
  2179.                       76, 132, 133, -1, 77, 78, 79, -1,
  2180.                       77, 80, 78, -1, 81, 82, 83, -1,
  2181.                       81, 83, 84, -1, 131, 85, 134, -1,
  2182.                       134, 85, 86, -1, 87, 135, 88, -1,
  2183.                       134, 86, 97, -1, 88, 91, 87, -1,
  2184.                       76, 133, 89, -1, 76, 89, 90, -1,
  2185.                       90, 89, 136, -1, 90, 136, 92, -1,
  2186.                       74, 93, 131, -1, 131, 93, 85, -1,
  2187.                       94, 81, 95, -1, 95, 74, 94, -1,
  2188.                       66, 67, 96, -1, 96, 137, 66, -1,
  2189.                       98, 99, 100, -1, 100, 101, 98, -1,
  2190.                       68, 65, 102, -1, 102, 103, 68, -1,
  2191.                       26, 138, 139, -1, 26, 139, 60, -1,
  2192.                       51, 140, 141, -1, 51, 141, 142, -1,
  2193.                       61, 143, 59, -1, 145, 146, 53, -1,
  2194.                       145, 53, 147, -1, 148, 149, 62, -1,
  2195.                       148, 62, 150, -1, 140, 59, 144, 150,
  2196.                       -1, 61, 60, 150, 28, -1 ]
  2197.                 colorIndex    [  ]
  2198.                 texCoord    TextureCoordinate {
  2199.                   point    [ -0.0388253 1.00108,
  2200.                         -0.0411995 0.00102289,
  2201.                         1.00757 1.00099,
  2202.                         1.00757 0.00165872,
  2203.                         1.83138 0.55967,
  2204.                         1.50582 0.656163,
  2205.                         1.48868 0.55967,
  2206.                         1 0.714878,
  2207.                         1.02012 0.708587,
  2208.                         1.74571 0.401771,
  2209.                         1.43156 1.00705,
  2210.                         1.75142 0.933948,
  2211.                         1.62005 0.618151,
  2212.                         2.00844 0.890087,
  2213.                         0.902097 1.11493,
  2214.                         1.61434 0.989505,
  2215.                         1.63147 1.05091,
  2216.                         1.74 0.94272,
  2217.                         1.6429 0.474873,
  2218.                         0.0652428 0.995026,
  2219.                         0.350257 0.994754,
  2220.                         0.350257 1.11543,
  2221.                         0.0652428 1.11598,
  2222.                         0.35287 0.994754,
  2223.                         0.888197 0.995406,
  2224.                         0.888049 1.11577,
  2225.                         0.352347 1.11569,
  2226.                         1.25709 0.711787,
  2227.                         1.25825 1.00095,
  2228.                         1.01932 1.00036,
  2229.                         1.00757 0.709521,
  2230.                         1.2998 -0.00802669,
  2231.                         1.3018 0.708759,
  2232.                         1.02325 -0.00675581,
  2233.                         -0.0386279 1.00913,
  2234.                         -0.207189 1.00828,
  2235.                         -0.20552 0.711801,
  2236.                         -0.0364566 0.710826,
  2237.                         -0.0418611 0.000796914,
  2238.                         -0.0365388 0.71085,
  2239.                         -0.234085 0.711646,
  2240.                         -0.232455 0.000982761,
  2241.                         0.0157816 -0.146443,
  2242.                         1.00559 -0.0311391,
  2243.                         0.0151423 -0.0296255,
  2244.                         0.0157816 -0.145898,
  2245.                         1.00284 -0.146528,
  2246.                         1.00463 -0.0311485,
  2247.                         1.46497 0.0156379,
  2248.                         1.24311 -0.059276,
  2249.                         1.31392 0.0373871,
  2250.                         1.43665 0.0857187,
  2251.                         1.36112 0.13405,
  2252.                         1.53106 0.977436,
  2253.                         1.5877 -0.0471931,
  2254.                         1.3564 0.0736358,
  2255.                         1.52162 0.994352,
  2256.                         1.15815 0.0881353,
  2257.                         1.17703 0.155799,
  2258.                         1.27616 0.14855,
  2259.                         1.57354 0.984686,
  2260.                         1.25727 0.0349706,
  2261.                         1.15815 -0.0447765,
  2262.                         1.30448 0.100218,
  2263.                         1.1251 -0.013361,
  2264.                         1.55938 0.419206,
  2265.                         1.63963 0.375708,
  2266.                         1.23839 -0.030277,
  2267.                         1.5405 0.341876,
  2268.                         1.63019 0.450622,
  2269.                         1.34224 -0.013361,
  2270.                         1.48857 0.0180545,
  2271.                         1.38945 -0.0906915,
  2272.                         1.45553 -0.0399434,
  2273.                         1.53106 -0.059276,
  2274.                         1.48857 0.984686,
  2275.                         1.54994 0.984686,
  2276.                         1.62547 0.96052,
  2277.                         1.55466 0.634282,
  2278.                         1.64907 0.96052,
  2279.                         1.63963 0.660864,
  2280.                         1.47913 -0.0858583,
  2281.                         1.68288 0.676632,
  2282.                         1.50746 0.76236,
  2283.                         1.62547 0.975019,
  2284.                         1.34018 0.784821,
  2285.                         1.69627 0.832441,
  2286.                         1.61603 0.895272,
  2287.                         1.68859 0.623999,
  2288.                         1.68859 0.349139,
  2289.                         1.89992 0.264341,
  2290.                         2.01987 0.653239,
  2291.                         1.56865 0.404696,
  2292.                         1.51724 0.164924,
  2293.                         1.78569 0.357911,
  2294.                         1.89992 0.194164,
  2295.                         1.70573 0.778973,
  2296.                         1.53438 0.54505,
  2297.                         1.81996 0.448556,
  2298.                         1.85994 0.755581,
  2299.                         1.38587 0.700024,
  2300.                         1.76855 0.0304178,
  2301.                         1.86565 0.708796,
  2302.                         1.31733 0.0362659,
  2303.                         1.6943 0.0245697,
  2304.                         1.80282 1.0012,
  2305.                         1.51153 0.755581,
  2306.                         1.61434 0.732189,
  2307.                         1.6943 0.767277,
  2308.                         1.6943 0.507037,
  2309.                         1.71715 0.694176 ]
  2310.                 }
  2311.  
  2312.                 texCoordIndex    [ 5, 103, 104, -1, 100, 101, 102, -1,
  2313.                       42, 43, 44, -1, 45, 46, 47, -1,
  2314.                       78, 3, 79, -1, 80, 81, 3, -1,
  2315.                       3, 72, 73, -1, 3, 74, 3, -1,
  2316.                       75, 3, 3, -1, 76, 3, 77, -1,
  2317.                       54, 55, 56, -1, 57, 58, 3, -1,
  2318.                       51, 52, 53, -1, 48, 49, 50, -1,
  2319.                       93, 89, 90, -1, 93, 90, 95, -1,
  2320.                       94, 93, 95, -1, 94, 92, 93, -1,
  2321.                       97, 92, 94, -1, 97, 94, 98, -1,
  2322.                       95, 90, 91, -1, 95, 91, 99, -1,
  2323.                       98, 95, 99, -1, 98, 94, 95, -1,
  2324.                       96, 88, 89, -1, 96, 89, 93, -1,
  2325.                       92, 96, 93, -1, 92, 97, 96, -1,
  2326.                       97, 99, 96, -1, 97, 98, 99, -1,
  2327.                       99, 91, 88, -1, 99, 88, 96, -1,
  2328.                       61, 62, 3, -1, 59, 3, 60, -1,
  2329.                       63, 64, 3, -1, 65, 3, 60, -1,
  2330.                       66, 67, 68, -1, 69, 70, 71, -1,
  2331.                       82, 83, 84, -1, 85, 86, 87, -1,
  2332.                       10, 105, 106, -1, 107, 11, 108, -1,
  2333.                       6, 9, 109, -1, 12, 4, 110, -1,
  2334.                       13, 14, 15, -1, 13, 15, 16, -1,
  2335.                       13, 14, 15, -1, 13, 15, 16, -1,
  2336.                       22, 19, 20, -1, 16, 13, 17, -1,
  2337.                       20, 21, 22, -1, 17, 13, 17, -1,
  2338.                       17, 13, 13, -1, 13, 18, 17, -1,
  2339.                       13, 14, 18, -1, 18, 15, 15, -1,
  2340.                       18, 15, 18, -1, 16, 15, 16, -1,
  2341.                       16, 15, 15, -1, 26, 23, 24, -1,
  2342.                       16, 15, 16, -1, 24, 25, 26, -1,
  2343.                       17, 13, 13, -1, 17, 13, 17, -1,
  2344.                       17, 13, 13, -1, 17, 13, 17, -1,
  2345.                       17, 15, 16, -1, 16, 15, 15, -1,
  2346.                       13, 18, 18, -1, 18, 17, 13, -1,
  2347.                       16, 13, 14, -1, 14, 15, 16, -1,
  2348.                       16, 13, 14, -1, 14, 15, 16, -1,
  2349.                       14, 15, 16, -1, 16, 13, 14, -1,
  2350.                       34, 35, 36, -1, 34, 36, 37, -1,
  2351.                       38, 39, 40, -1, 38, 40, 41, -1,
  2352.                       0, 7, 1, -1, 31, 32, 8, -1,
  2353.                       31, 8, 33, -1, 27, 28, 29, -1,
  2354.                       27, 29, 30, -1, 39, 1, 3, 30,
  2355.                       -1, 0, 37, 30, 2, -1 ]
  2356.                 creaseAngle    0.5
  2357.               }
  2358.  
  2359.             }
  2360.  
  2361.             translation    -89.5054 35.5332 -302.395
  2362.             rotation    1 5.11998e-08 -2.23109e-08  1.5708
  2363.             scale    0.270908 0.506562 0.270906
  2364.             scaleOrientation    -5.75134e-05 -1 -1.14784e-05  0.00390625
  2365.             center    -9.3656 -198.68 203.168
  2366.               }
  2367.             ]
  2368.             translation    -230.878 218.08 -192.864
  2369.             rotation    0 0 1  4.71239
  2370.             scale    0.999995 1 1
  2371.             scaleOrientation    0.785051 -0.000567392 -0.61943  0.00926449
  2372.             center    -98.871 -163.147 -108.56
  2373.           }
  2374.         ]
  2375.         url    "TechDocs/avModule.html"
  2376.         description    ""
  2377.         parameter    "target=secondary"
  2378.           }
  2379.  
  2380.         }
  2381.         DEF MOTHERBOARD-ASSEMBLY Transform {
  2382.           children    [
  2383.         DEF _52 Group {
  2384.           children    [
  2385.             DEF CPU-ANIMATION CoKeyframeAnimation {
  2386.               children    DEF Time_53 TimeSensor {
  2387.             cycleInterval    6
  2388.             startTime    0
  2389.               }
  2390.  
  2391.               duration    6
  2392.               framesPerSecond    10
  2393.             }
  2394.             DEF MOTHERBOARD-ASSEMBLYTranslationInterp CoHermitePositionInterpolator {
  2395.               key    [ 0, 0.3, 0.4, 0.566667,
  2396.                     0.716667, 0.866667, 1 ]
  2397.               keyTypes    [ LINEAR,
  2398.                     LINEAR,
  2399.                     HERMITE,
  2400.                     HERMITE,
  2401.                     HERMITE,
  2402.                     HERMITE,
  2403.                     HERMITE ]
  2404.               numFrames    60
  2405.               keyValue    [ -42.416 286.467 260.154,
  2406.                     -42.416 286.467 86.0019,
  2407.                     -42.416 302.019 26.6543,
  2408.                     -42.416 361.752 -20.259,
  2409.                     87.549 347.822 12.9816,
  2410.                     157.835 296.188 34.6619,
  2411.                     157.835 280.749 34.6619 ]
  2412.             }
  2413.             DEF MOTHERBOARD-ASSEMBLYRotationInterp CoHermiteOrientationInterpolator {
  2414.               key    [ 0, 0.3, 0.4, 0.566667,
  2415.                     0.866667, 1 ]
  2416.               keyTypes    [ LINEAR,
  2417.                     LINEAR,
  2418.                     HERMITE,
  2419.                     HERMITE,
  2420.                     HERMITE,
  2421.                     HERMITE ]
  2422.               numFrames    60
  2423.               keyValue    [ 0 0 1  0,
  2424.                     0 0 1  0,
  2425.                     1 0 0  0.120595,
  2426.                     1 -1.12537e-09 4.48179e-09  0.120595,
  2427.                     -1.89061e-07 -1 -1.76598e-07  0.695069,
  2428.                     -2.20065e-09 -1 7.76045e-09  0.695069 ]
  2429.             }
  2430.             DEF MOTHERBOARD-ASSEMBLYScaleOrientationInterp CoHermiteOrientationInterpolator {
  2431.               key    [ 0, 0.3, 0.4 ]
  2432.               keyTypes    [ LINEAR,
  2433.                     LINEAR,
  2434.                     LINEAR ]
  2435.               numFrames    60
  2436.               keyValue    [ 0 0 1  0,
  2437.                     0.158041 -0.537739 -0.828167  0.773075,
  2438.                     -0.610308 0.648401 0.455082  1.15164 ]
  2439.             }
  2440.             DEF MOTHERBOARD-ASSEMBLYScaleFactorInterp CoHermitePositionInterpolator {
  2441.               key    [  ]
  2442.               keyTypes    [  ]
  2443.               numFrames    60
  2444.               keyValue    [  ]
  2445.             }
  2446.             DEF MOTHERBOARD-LEVERRotationInterp CoHermiteOrientationInterpolator {
  2447.               key    [ 0, 0.166667 ]
  2448.               keyTypes    [ HERMITE,
  2449.                     HERMITE ]
  2450.               numFrames    60
  2451.               keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  2452.                     -0.146166 -0.146166 0.978402  4.69056 ]
  2453.             }
  2454.           ]
  2455.         }
  2456.         DEF DefaultTouchSensor_59 TouchSensor {
  2457.           enabled    TRUE
  2458.         }
  2459.         DEF MOTHERBOARD-LOGIC Script {
  2460.           eventOut          SFFloat          fractionOut
  2461.           eventOut          SFTime          startCpuTimer
  2462.           eventOut          SFTime          startPciTimer
  2463.           eventOut          SFBool          pciTriggerEnable
  2464.           eventOut          SFBool          cpuRemoved
  2465.           eventIn          SFBool          timerActive
  2466.           eventIn          SFFloat          fractionIn
  2467.           eventIn          SFBool          pciTimerRunning
  2468.           eventIn          SFTime          cpuTouchedTime
  2469.           eventIn          SFBool          pciRemoved
  2470.           field          SFBool          animateBoth    FALSE
  2471.           field          SFBool          pciRemovedStatus    FALSE
  2472.           field          SFBool          moduleRemovedStatus    TRUE
  2473.           url    "vrmlscript:
  2474. function timerActive(value, time)
  2475. {
  2476.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  2477.     cpuRemoved = moduleRemovedStatus;
  2478.     if (!moduleRemovedStatus || value) pciTriggerEnable = FALSE;
  2479.         else if (moduleRemovedStatus && !value) pciTriggerEnable = TRUE;
  2480. }
  2481.  
  2482. function fractionIn(value, time)
  2483. {
  2484.     if (!moduleRemovedStatus) fractionOut = value;
  2485.         else fractionOut = 1-value;
  2486. }
  2487.  
  2488. function pciRemoved(value, time)
  2489. {
  2490.     pciRemovedStatus = value;
  2491. }
  2492.  
  2493. function pciTimerRunning(value, time)
  2494. {
  2495.     if (!value && animateBoth) {
  2496.     startCpuTimer = time;
  2497.         animateBoth = FALSE;
  2498.     }
  2499. }
  2500.  
  2501. function cpuTouchedTime(value, time)
  2502. {
  2503.     if (pciRemovedStatus) {
  2504.     startPciTimer = time;
  2505.     animateBoth = TRUE;
  2506.     } else startCpuTimer = value;
  2507. }
  2508.  
  2509. "
  2510.         }
  2511.         DEF MOTHERBOARD-LEVER Transform {
  2512.           children    Shape {
  2513.             appearance    Appearance {
  2514.               material    DEF _62 Material {
  2515.             ambientIntensity    0
  2516.             diffuseColor    0.01 0.01 0.01
  2517.             specularColor    0.03 0.03 0.03
  2518.             emissiveColor    0 0 0
  2519.             shininess    0.117021
  2520.             transparency    0
  2521.               }
  2522.  
  2523.             }
  2524.  
  2525.             geometry    IndexedFaceSet {
  2526.               coord    Coordinate {
  2527.             point    [ 13.3992 -112.112 -15.6653,
  2528.                   13.7398 -111.628 -15.0247,
  2529.                   10.5 -111.339 -12.811,
  2530.                   9.95582 -112.112 -13.8344,
  2531.                   5.80187 35.562 5.3591,
  2532.                   5.80187 -54.4447 5.3591,
  2533.                   8.09835 -54.4446 5.50877,
  2534.                   8.09835 35.562 5.50877,
  2535.                   7.69199 -54.4446 -13.0473,
  2536.                   7.69199 35.5621 -13.0473,
  2537.                   9.92492 31.8125 -13.8926,
  2538.                   10.4691 32.5859 -12.8691,
  2539.                   9.94367 -55.508 -13.8573,
  2540.                   9.27577 -54.4446 -12.5574,
  2541.                   13.3683 31.8124 -15.7234,
  2542.                   13.3992 -112.112 -15.6653,
  2543.                   9.95582 -112.112 -13.8344,
  2544.                   9.92492 31.8125 -13.8926,
  2545.                   13.7089 32.2966 -15.0828,
  2546.                   13.3683 31.8124 -15.7234,
  2547.                   13.7398 -111.628 -15.0247,
  2548.                   13.7089 32.2966 -15.0828,
  2549.                   10.4691 32.5859 -12.8691,
  2550.                   10.4878 -54.7345 -12.8339,
  2551.                   7.69199 35.5621 -13.0473,
  2552.                   9.27577 35.5621 -12.5574,
  2553.                   10.5 -111.339 -12.811,
  2554.                   13.7398 -111.628 -15.0247,
  2555.                   13.3992 -112.112 -15.6653,
  2556.                   8.09835 -54.4446 5.50877,
  2557.                   8.09835 35.562 5.50877,
  2558.                   5.80187 35.562 5.3591,
  2559.                   8.09835 35.562 5.50877,
  2560.                   5.80187 -54.4447 5.3591,
  2561.                   5.80187 35.562 5.3591,
  2562.                   7.69199 -54.4446 -13.0473,
  2563.                   9.30087 -54.4446 -12.9424,
  2564.                   9.27577 35.5621 -12.5574,
  2565.                   9.95582 -112.112 -13.8344,
  2566.                   10.5 -111.339 -12.811,
  2567.                   10.4878 -54.7345 -12.8339,
  2568.                   9.94367 -55.508 -13.8573,
  2569.                   -0.371617 -9.99997 -11.7616,
  2570.                   -0.371617 10 -11.7616,
  2571.                   3.51229 10 -12.7678,
  2572.                   3.51229 -9.99995 -12.7678,
  2573.                   7.68397 10 -12.8484,
  2574.                   7.68397 -9.99997 -12.8484,
  2575.                   5.27018 -10 13.4389,
  2576.                   5.27018 9.99999 13.4389,
  2577.                   -2.33193 9.99996 12.7649,
  2578.                   -2.33193 -10 12.7649,
  2579.                   -7.26821 9.99997 9.64641,
  2580.                   -7.26821 -10 9.64641,
  2581.                   -9.95467 10 4.70947,
  2582.                   -9.95467 -9.99999 4.70947,
  2583.                   -10.6872 10 -4.57213e-05,
  2584.                   -10.6872 -9.99999 -4.56723e-05,
  2585.                   -9.23879 9.99997 -3.82684,
  2586.                   -9.23879 -10 -3.82684,
  2587.                   -7.07107 9.99998 -7.07107,
  2588.                   -7.07107 -10 -7.07107,
  2589.                   -4.04246 10 -9.75939,
  2590.                   -4.04246 -10 -9.75939,
  2591.                   -0.371617 10 -11.7616,
  2592.                   -0.371617 -9.99997 -11.7616,
  2593.                   6.32844 9.99996 0.905032,
  2594.                   -4.04246 10 -9.75939,
  2595.                   -7.07107 9.99998 -7.07107,
  2596.                   -9.23879 9.99997 -3.82684,
  2597.                   -10.6872 10 -4.57213e-05,
  2598.                   -9.95467 10 4.70947,
  2599.                   -7.26821 9.99997 9.64641,
  2600.                   -2.33193 9.99996 12.7649,
  2601.                   5.27018 9.99999 13.4389,
  2602.                   7.68397 10 -12.8484,
  2603.                   3.51229 10 -12.7678,
  2604.                   -0.371617 10 -11.7616,
  2605.                   6.32844 -10 0.905032,
  2606.                   -0.371617 -9.99997 -11.7616,
  2607.                   3.51229 -9.99995 -12.7678,
  2608.                   7.68397 -9.99997 -12.8484,
  2609.                   5.27018 -10 13.4389,
  2610.                   -2.33193 -10 12.7649,
  2611.                   -7.26821 -10 9.64641,
  2612.                   -9.95467 -9.99999 4.70947,
  2613.                   -10.6872 -9.99999 -4.56723e-05,
  2614.                   -9.23879 -10 -3.82684,
  2615.                   -7.07107 -10 -7.07107,
  2616.                   -4.04246 -10 -9.75939 ]
  2617.               }
  2618.  
  2619.               coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  2620.                     4, 5, 6, -1, 4, 6, 7, -1,
  2621.                     8, 9, 10, -1, 11, 10, 9, -1,
  2622.                     8, 12, 13, -1, 12, 10, 14, -1,
  2623.                     14, 15, 12, -1, 15, 16, 12, -1,
  2624.                     17, 11, 18, -1, 17, 18, 19, -1,
  2625.                     20, 21, 22, -1, 20, 22, 23, -1,
  2626.                     24, 25, 22, -1, 22, 25, 13, -1,
  2627.                     20, 23, 26, -1, 14, 21, 27, -1,
  2628.                     14, 27, 28, -1, 29, 13, 25, -1,
  2629.                     30, 29, 25, -1, 24, 31, 32, -1,
  2630.                     24, 8, 33, -1, 33, 8, 13, -1,
  2631.                     13, 29, 33, -1, 24, 33, 34, -1,
  2632.                     35, 13, 36, -1, 37, 24, 32, -1,
  2633.                     38, 39, 40, -1, 40, 22, 10, -1,
  2634.                     13, 40, 22, -1, 38, 40, 41, -1,
  2635.                     40, 10, 41, -1, 13, 41, 40, -1,
  2636.                     10, 41, 35, -1, 42, 43, 44, -1,
  2637.                     42, 44, 45, -1, 45, 44, 46, -1,
  2638.                     45, 46, 47, -1, 48, 49, 50, -1,
  2639.                     48, 50, 51, -1, 51, 50, 52, -1,
  2640.                     51, 52, 53, -1, 53, 52, 54, -1,
  2641.                     53, 54, 55, -1, 55, 54, 56, -1,
  2642.                     55, 56, 57, -1, 57, 56, 58, -1,
  2643.                     57, 58, 59, -1, 59, 58, 60, -1,
  2644.                     59, 60, 61, -1, 61, 60, 62, -1,
  2645.                     61, 62, 63, -1, 63, 62, 64, -1,
  2646.                     63, 64, 65, -1, 66, 67, 68, -1,
  2647.                     66, 68, 69, -1, 66, 69, 70, -1,
  2648.                     66, 70, 71, -1, 66, 71, 72, -1,
  2649.                     66, 72, 73, -1, 66, 73, 74, -1,
  2650.                     66, 75, 76, -1, 66, 76, 77, -1,
  2651.                     66, 77, 67, -1, 78, 79, 80, -1,
  2652.                     78, 80, 81, -1, 66, 82, 78, -1,
  2653.                     49, 82, 66, -1, 78, 82, 83, -1,
  2654.                     78, 83, 84, -1, 78, 84, 85, -1,
  2655.                     78, 85, 86, -1, 78, 86, 87, -1,
  2656.                     78, 87, 88, -1, 78, 88, 89, -1,
  2657.                     78, 89, 79, -1 ]
  2658.               colorIndex    [  ]
  2659.               texCoord    TextureCoordinate {
  2660.             point    [ 0 1,
  2661.                   0 0,
  2662.                   1 0,
  2663.                   1 1,
  2664.                   1 0.393291,
  2665.                   1 0.606708,
  2666.                   0.393292 0,
  2667.                   0.393291 1,
  2668.                   1 0,
  2669.                   1 1,
  2670.                   0.9375 1,
  2671.                   0.9375 0,
  2672.                   0.875 1,
  2673.                   0.875 0,
  2674.                   0.5 0,
  2675.                   0.5 1,
  2676.                   0.4375 1,
  2677.                   0.4375 0,
  2678.                   0.375 1,
  2679.                   0.375 0,
  2680.                   0.3125 1,
  2681.                   0.3125 0,
  2682.                   0.25 1,
  2683.                   0.25 0,
  2684.                   0.1875 1,
  2685.                   0.1875 0,
  2686.                   0.125 1,
  2687.                   0.125 0,
  2688.                   0.0625 1,
  2689.                   0.0625 0,
  2690.                   0 1,
  2691.                   0 0,
  2692.                   0.5 0.5,
  2693.                   0.308659 0.96194,
  2694.                   0.146447 0.853554,
  2695.                   0.0380603 0.691342,
  2696.                   0 0.5,
  2697.                   0.0380602 0.308658,
  2698.                   0.146447 0.146446,
  2699.                   0.308658 0.0380602,
  2700.                   0.853553 0.853553,
  2701.                   0.691342 0.96194,
  2702.                   0.691342 0.0380602,
  2703.                   0.853553 0.146447,
  2704.                   0.308658 0.96194,
  2705.                   0.0380602 0.691342,
  2706.                   0.0380603 0.308658,
  2707.                   0.308659 0.0380601 ]
  2708.               }
  2709.  
  2710.               texCoordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  2711.                     0, 1, 2, -1, 0, 2, 3, -1,
  2712.                     1, 3, 3, -1, 1, 3, 3, -1,
  2713.                     1, 4, 1, -1, 4, 3, 0, -1,
  2714.                     0, 1, 4, -1, 1, 2, 4, -1,
  2715.                     0, 1, 2, -1, 0, 2, 3, -1,
  2716.                     0, 1, 2, -1, 0, 2, 5, -1,
  2717.                     0, 0, 2, -1, 2, 0, 1, -1,
  2718.                     0, 5, 3, -1, 0, 1, 2, -1,
  2719.                     0, 2, 3, -1, 1, 1, 0, -1,
  2720.                     0, 1, 0, -1, 0, 1, 2, -1,
  2721.                     0, 1, 2, -1, 2, 1, 1, -1,
  2722.                     1, 1, 2, -1, 0, 2, 3, -1,
  2723.                     2, 1, 1, -1, 3, 0, 2, -1,
  2724.                     0, 1, 6, -1, 6, 2, 3, -1,
  2725.                     1, 6, 2, -1, 0, 6, 7, -1,
  2726.                     6, 3, 7, -1, 1, 7, 6, -1,
  2727.                     3, 7, 2, -1, 8, 9, 10, -1,
  2728.                     8, 10, 11, -1, 11, 10, 12, -1,
  2729.                     11, 12, 13, -1, 14, 15, 16, -1,
  2730.                     14, 16, 17, -1, 17, 16, 18, -1,
  2731.                     17, 18, 19, -1, 19, 18, 20, -1,
  2732.                     19, 20, 21, -1, 21, 20, 22, -1,
  2733.                     21, 22, 23, -1, 23, 22, 24, -1,
  2734.                     23, 24, 25, -1, 25, 24, 26, -1,
  2735.                     25, 26, 27, -1, 27, 26, 28, -1,
  2736.                     27, 28, 29, -1, 29, 28, 30, -1,
  2737.                     29, 30, 31, -1, 32, 33, 34, -1,
  2738.                     32, 34, 35, -1, 32, 35, 36, -1,
  2739.                     32, 36, 37, -1, 32, 37, 38, -1,
  2740.                     32, 38, 39, -1, 32, 39, 14, -1,
  2741.                     32, 40, 41, -1, 32, 41, 15, -1,
  2742.                     32, 15, 33, -1, 32, 14, 42, -1,
  2743.                     32, 42, 43, -1, 32, 15, 32, -1,
  2744.                     15, 15, 32, -1, 32, 15, 44, -1,
  2745.                     32, 44, 34, -1, 32, 34, 45, -1,
  2746.                     32, 45, 36, -1, 32, 36, 46, -1,
  2747.                     32, 46, 38, -1, 32, 38, 47, -1,
  2748.                     32, 47, 14, -1 ]
  2749.               ccw    TRUE
  2750.               solid    TRUE
  2751.               convex    TRUE
  2752.               creaseAngle    0.657466
  2753.             }
  2754.  
  2755.           }
  2756.  
  2757.           translation    -10.3644 -118.775 -210.463
  2758.           rotation    -0.146166 -0.146166 0.978402  4.69056
  2759.           scale    3.07741 0.0805777 3.07741
  2760.           scaleOrientation    3.48626e-07 -1 1.88552e-07  0.122489
  2761.           center    6.55999 -38.2748 4.69403
  2762.         }
  2763.         DEF MOTHERBOARD-CHASSIS Transform {
  2764.           children    Shape {
  2765.             appearance    Appearance {
  2766.               material    USE _62
  2767.  
  2768.               texture    NULL
  2769.  
  2770.               textureTransform    NULL
  2771.  
  2772.             }
  2773.  
  2774.             geometry    IndexedFaceSet {
  2775.               coord    Coordinate {
  2776.             point    [ -10 10 10,
  2777.                   -10 -10 10,
  2778.                   10 10 10,
  2779.                   10 -10 10,
  2780.                   10 10 -10,
  2781.                   10 -10 -10,
  2782.                   -10 10 -10,
  2783.                   -10 -10 -10,
  2784.                   -10 10 9.62693,
  2785.                   10 10 9.62693,
  2786.                   -10 107.288 10,
  2787.                   -10 107.288 9.62693,
  2788.                   10 107.288 10,
  2789.                   10 107.288 9.62693,
  2790.                   -10 10 -9.61215,
  2791.                   10 10 -9.61215,
  2792.                   -10 219.39 -10,
  2793.                   -10 219.39 -9.61215,
  2794.                   10 219.39 -9.61215,
  2795.                   10 219.39 -10,
  2796.                   8.32664 218.529 -9.65402,
  2797.                   9.82181 218.529 -9.65402,
  2798.                   9.82181 123.912 -9.65402,
  2799.                   9.82181 133.881 1.54899,
  2800.                   9.82181 133.881 10.0467,
  2801.                   9.8264 134.86 -10.2531,
  2802.                   10.1483 134.86 -10.2531,
  2803.                   10.1483 -18.2368 -10.2531,
  2804.                   10.1483 134.86 10.2291,
  2805.                   9.8264 -18.2368 10.2291,
  2806.                   10.1483 -18.2368 10.2291,
  2807.                   9.8264 134.86 1.79517,
  2808.                   -10 10 -10,
  2809.                   -10 -10 -10,
  2810.                   -10 -10 10,
  2811.                   -10 10 10,
  2812.                   -10 -10 10,
  2813.                   10 -10 10,
  2814.                   -10 107.288 10,
  2815.                   -10 107.288 9.62693,
  2816.                   -10 10 10,
  2817.                   -10 10 10,
  2818.                   10 10 10,
  2819.                   -10 107.288 9.62693,
  2820.                   10 107.288 9.62693,
  2821.                   10 10 9.62693,
  2822.                   -10 10 9.62693,
  2823.                   -10 10 9.62693,
  2824.                   10 10 -10,
  2825.                   -10 219.39 -10,
  2826.                   10 219.39 -10,
  2827.                   8.32664 123.912 -9.65402,
  2828.                   9.82181 123.912 -9.65402,
  2829.                   9.82181 218.529 1.54899,
  2830.                   9.82181 123.912 1.54899,
  2831.                   9.82181 133.881 1.54899,
  2832.                   9.82181 123.911 10.0467,
  2833.                   9.82181 123.912 1.54899,
  2834.                   9.8264 -18.2368 -10.2531,
  2835.                   9.8264 -18.2368 10.2291,
  2836.                   9.8264 134.86 10.2291,
  2837.                   9.8264 134.86 -10.2531,
  2838.                   9.81344 223.603 -10.2531,
  2839.                   10.1354 223.603 -10.2531,
  2840.                   10.1483 134.86 -10.2531,
  2841.                   10.1483 -18.2368 1.79617 ]
  2842.               }
  2843.  
  2844.               coordIndex    [ 0, 1, 3, -1, 0, 3, 2, -1,
  2845.                     4, 5, 7, -1, 4, 7, 6, -1,
  2846.                     32, 33, 34, -1, 32, 34, 35, -1,
  2847.                     11, 10, 12, -1, 11, 12, 13, -1,
  2848.                     38, 39, 8, -1, 38, 8, 40, -1,
  2849.                     12, 10, 41, -1, 12, 41, 42, -1,
  2850.                     13, 12, 42, -1, 13, 42, 9, -1,
  2851.                     43, 44, 45, -1, 43, 45, 46, -1,
  2852.                     16, 17, 18, -1, 16, 18, 19, -1,
  2853.                     14, 47, 9, -1, 14, 9, 15, -1,
  2854.                     17, 16, 32, -1, 17, 32, 14, -1,
  2855.                     18, 17, 14, -1, 18, 14, 15, -1,
  2856.                     19, 18, 15, -1, 19, 15, 48, -1,
  2857.                     49, 50, 4, -1, 49, 4, 6, -1,
  2858.                     20, 21, 22, -1, 20, 22, 51, -1,
  2859.                     52, 21, 53, -1, 52, 53, 23, -1,
  2860.                     52, 23, 54, -1, 24, 56, 57, -1,
  2861.                     24, 57, 55, -1, 25, 26, 27, -1,
  2862.                     28, 29, 30, -1, 58, 59, 60, -1,
  2863.                     58, 60, 31, -1, 58, 31, 61, -1,
  2864.                     62, 63, 64, -1, 62, 64, 61, -1,
  2865.                     37, 36, 33, -1, 65, 30, 29, -1,
  2866.                     33, 5, 37, -1 ]
  2867.               colorIndex    [  ]
  2868.               texCoord    TextureCoordinate {
  2869.             point    [ -0.00551772 0.978505,
  2870.                   0.0111747 -0.0186729,
  2871.                   0.997088 0.977177,
  2872.                   0.998339 -0.0197703,
  2873.                   0 0.0186533,
  2874.                   1 0.0186533,
  2875.                   0 0.980608,
  2876.                   1 0.980607,
  2877.                   1 0.894636,
  2878.                   0.105364 0,
  2879.                   1 0.411769,
  2880.                   1 0.771193,
  2881.                   0 0.771193,
  2882.                   0.830426 0.771193,
  2883.                   1 0.77121,
  2884.                   1 0.22879,
  2885.                   1 0.58828,
  2886.                   0.243381 0.665853,
  2887.                   1 0.281165,
  2888.                   1 0.668312,
  2889.                   1 0.411769,
  2890.                   1 0.411769,
  2891.                   1 1,
  2892.                   1 0.561878,
  2893.                   1 0.561878,
  2894.                   1 0.884967,
  2895.                   1 0.884967 ]
  2896.               }
  2897.  
  2898.               texCoordIndex    [ 0, 1, 3, -1, 0, 3, 2, -1,
  2899.                     0, 1, 3, -1, 0, 3, 2, -1,
  2900.                     0, 1, 3, -1, 0, 3, 2, -1,
  2901.                     4, 1, 3, -1, 4, 3, 5, -1,
  2902.                     4, 1, 1, -1, 4, 1, 4, -1,
  2903.                     3, 1, 1, -1, 3, 1, 3, -1,
  2904.                     5, 3, 3, -1, 5, 3, 5, -1,
  2905.                     5, 0, 0, -1, 5, 0, 5, -1,
  2906.                     0, 6, 7, -1, 0, 7, 2, -1,
  2907.                     6, 4, 5, -1, 6, 5, 7, -1,
  2908.                     6, 0, 0, -1, 6, 0, 6, -1,
  2909.                     7, 6, 6, -1, 7, 6, 7, -1,
  2910.                     2, 7, 7, -1, 2, 7, 2, -1,
  2911.                     2, 0, 0, -1, 2, 0, 2, -1,
  2912.                     0, 1, 3, -1, 0, 3, 2, -1,
  2913.                     0, 1, 3, -1, 0, 3, 8, -1,
  2914.                     0, 8, 2, -1, 9, 1, 1, -1,
  2915.                     9, 1, 9, -1, 0, 1, 3, -1,
  2916.                     0, 3, 2, -1, 0, 1, 3, -1,
  2917.                     0, 3, 10, -1, 0, 10, 2, -1,
  2918.                     2, 0, 0, -1, 2, 0, 2, -1,
  2919.                     2, 0, 1, -1, 16, 2, 3, -1,
  2920.                     1, 1, 2, -1 ]
  2921.               solid    FALSE
  2922.               creaseAngle    0.5
  2923.             }
  2924.  
  2925.           }
  2926.  
  2927.           translation    -39.86 -223.133 -106.774
  2928.           rotation    -0.57735 0.57735 0.57735  2.0944
  2929.           scale    10.4484 0.353499 11.9063
  2930.           scaleOrientation    0 0 1  0
  2931.           center    0.0741501 102.683 -0.0120001
  2932.         }
  2933.         DEF MOTHERBOARD-BACKPLATE Transform {
  2934.           children    Shape {
  2935.             appearance    Appearance {
  2936.               material    Material {
  2937.             ambientIntensity    0
  2938.             diffuseColor    0.797872 0.797872 0.797872
  2939.             specularColor    0.03 0.03 0.03
  2940.             emissiveColor    0 0 0
  2941.             shininess    0.117021
  2942.             transparency    0
  2943.               }
  2944.  
  2945.               texture    ImageTexture {
  2946.             url    "Textures/motherPort.jpg"
  2947.               }
  2948.  
  2949.               textureTransform    TextureTransform {
  2950.             translation    0.34 0.02
  2951.             rotation    3.14159
  2952.             scale    0.214539 1
  2953.             center    -0.16 -0.48
  2954.               }
  2955.  
  2956.             }
  2957.  
  2958.             geometry    IndexedFaceSet {
  2959.               coord    Coordinate {
  2960.             point    [ 10.1483 134.86 1.79517,
  2961.                   10.1483 134.86 10.2291,
  2962.                   10.1483 -18.2368 10.2291,
  2963.                   10.1483 -18.2368 1.79517,
  2964.                   10.1483 7.72456 1.79517,
  2965.                   10.1483 7.72455 -3.48246,
  2966.                   10.1483 134.86 -10.2531,
  2967.                   10.1483 -18.2368 -3.45881,
  2968.                   10.1483 -18.2368 -10.2531,
  2969.                   10.1354 223.603 1.79517,
  2970.                   10.1483 134.86 1.79517,
  2971.                   10.1354 223.603 -10.2531,
  2972.                   9.8264 134.86 1.79517,
  2973.                   10.1483 134.86 10.2291,
  2974.                   9.8264 134.86 10.2291,
  2975.                   10.1483 134.86 10.2291,
  2976.                   9.8264 -18.2368 10.2291,
  2977.                   9.81344 223.603 -10.2531,
  2978.                   9.81344 223.603 1.79517,
  2979.                   9.8264 134.86 -10.2531,
  2980.                   10.1483 -18.2368 -10.2531,
  2981.                   9.8264 -18.2368 -10.2531,
  2982.                   9.8264 -18.2368 -3.46325,
  2983.                   10.1483 -18.2368 1.79617,
  2984.                   9.8264 -18.2368 1.79617,
  2985.                   10.1483 134.86 -3.48246,
  2986.                   10.1483 7.72452 -10.2531,
  2987.                   10.1354 223.603 1.79517,
  2988.                   9.8264 134.86 1.79517,
  2989.                   10.1483 134.86 1.79517,
  2990.                   9.8264 134.86 1.79517,
  2991.                   9.8264 134.86 10.2291,
  2992.                   10.1354 223.603 1.79517,
  2993.                   10.1354 223.603 -10.2531,
  2994.                   9.81344 223.603 -10.2531,
  2995.                   10.1354 223.603 1.79517,
  2996.                   10.1354 223.603 1.79517,
  2997.                   9.81344 223.603 1.79517,
  2998.                   9.8264 134.86 1.79517,
  2999.                   9.81344 223.603 1.79517,
  3000.                   9.81344 223.603 -10.2531,
  3001.                   9.8264 134.86 1.79517,
  3002.                   9.8264 134.86 -10.2531,
  3003.                   9.8264 -18.2368 -10.2531,
  3004.                   9.8264 -18.2368 -3.46325,
  3005.                   10.1483 -18.2368 -10.2531,
  3006.                   9.8264 -18.2368 10.2291,
  3007.                   10.1483 -18.2368 -3.45881,
  3008.                   10.1483 -18.2368 -10.2531,
  3009.                   10.1483 134.86 1.79517,
  3010.                   10.1483 7.72455 -3.48246,
  3011.                   10.1483 134.86 10.2291,
  3012.                   10.1354 223.603 -10.2531,
  3013.                   10.1483 -18.2368 10.2291,
  3014.                   10.1483 134.86 10.2291,
  3015.                   10.1354 223.603 -3.48246 ]
  3016.               }
  3017.  
  3018.               coordIndex    [ 9, 12, 0, -1, 28, 1, 10, -1,
  3019.                     30, 14, 13, -1, 15, 31, 16, -1,
  3020.                     17, 27, 11, -1, 34, 18, 32, -1,
  3021.                     35, 37, 38, -1, 39, 40, 19, -1,
  3022.                     39, 19, 41, -1, 21, 8, 22, -1,
  3023.                     44, 20, 7, -1, 23, 46, 24, -1,
  3024.                     47, 45, 26, -1, 47, 26, 5, -1,
  3025.                     53, 54, 16, -1, 3, 2, 46, -1,
  3026.                     40, 33, 42, -1, 42, 52, 6, -1,
  3027.                     42, 6, 43, -1, 43, 6, 48, -1,
  3028.                     36, 49, 25, 55, -1, 52, 55, 25,
  3029.                     6, -1, 26, 6, 25, 5, -1, 50,
  3030.                     25, 29, 4, -1, 2, 3, 29, 51,
  3031.                     -1 ]
  3032.               colorIndex    [  ]
  3033.               texCoord    TextureCoordinate {
  3034.             point    [ 0.00656176 0.381691,
  3035.                   0.0111747 -0.0186729,
  3036.                   1.98596 -0.0197756,
  3037.                   1.98269 0.38156,
  3038.                   1.63072 0.381648,
  3039.                   1.63071 0.661371,
  3040.                   1.63067 0.66196,
  3041.                   0.00876236 0.978082,
  3042.                   2.0441 0.660823,
  3043.                   -0.00551772 0.978505,
  3044.                   2.02709 0.97862,
  3045.                   -1.23151 0.393596,
  3046.                   -0.00183153 0.39246,
  3047.                   -1.24212 0.978081,
  3048.                   2.3193 0.659297,
  3049.                   2.34203 0.00239301,
  3050.                   2.23978 0.0194554,
  3051.                   -0.00183463 0.660822,
  3052.                   1.62007 0.97922,
  3053.                   -1.30571 0.313997,
  3054.                   -1.66614 0.28102,
  3055.                   -1.40112 0.285569,
  3056.                   -1.1467 0.307174,
  3057.                   -1.28451 0.283294,
  3058.                   -1.0831 0.299214,
  3059.                   -1.15877 0.24706,
  3060.                   -1.06337 0.208398,
  3061.                   -0.925559 0.258432,
  3062.                   -1.03157 0.266392,
  3063.                   -1.04217 0.194752,
  3064.                   -0.79835 0.220907,
  3065.                   -0.596937 0.199301,
  3066.                   -0.80895 0.175421,
  3067.                   -0.618139 0.21181,
  3068.                   -0.49093 0.222044,
  3069.                   -0.671142 0.216358,
  3070.                   -0.522732 0.201575,
  3071.                   -0.577891 0.960325,
  3072.                   -0.56653 0.949357,
  3073.                   -0.56653 0.957888,
  3074.                   2.33066 0.682453,
  3075.                   2.41019 0.633703,
  3076.                   2.39883 0.660516,
  3077.                   2.43292 0.682453,
  3078.                   2.42156 0.616641,
  3079.                   2.18297 0.00848663,
  3080.                   2.31931 0.0109242,
  3081.                   2.38769 -0.00211668,
  3082.                   2.21706 0.00726789,
  3083.                   -1.49821 0.95493,
  3084.                   2.30953 -0.00810581,
  3085.                   2.19786 -0.00451243,
  3086.                   -1.23616 0.649624 ]
  3087.               }
  3088.  
  3089.               texCoordIndex    [ 31, 32, 33, -1, 25, 26, 27, -1,
  3090.                     28, 29, 30, -1, 46, 47, 48, -1,
  3091.                     22, 23, 24, -1, 19, 20, 21, -1,
  3092.                     34, 35, 36, -1, 0, 9, 9, -1,
  3093.                     0, 9, 0, -1, 43, 44, 14, -1,
  3094.                     40, 41, 42, -1, 15, 45, 16, -1,
  3095.                     8, 10, 18, -1, 8, 18, 5, -1,
  3096.                     50, 51, 48, -1, 3, 2, 45, -1,
  3097.                     9, 49, 37, -1, 37, 13, 7, -1,
  3098.                     37, 7, 39, -1, 39, 7, 38, -1,
  3099.                     11, 12, 17, 52, -1, 13, 52, 17,
  3100.                     7, -1, 18, 7, 17, 5, -1, 6,
  3101.                     17, 0, 4, -1, 2, 3, 0, 1,
  3102.                     -1 ]
  3103.               ccw    TRUE
  3104.               solid    TRUE
  3105.               convex    TRUE
  3106.               creaseAngle    0.5
  3107.             }
  3108.  
  3109.           }
  3110.  
  3111.           translation    -3.48744 -120.307 -106.011
  3112.           rotation    -0.57735 0.57735 0.57735  2.0944
  3113.           scale    10.4484 0.353499 11.9063
  3114.           scaleOrientation    0 0 1  0
  3115.         }
  3116.         DEF MOTHERBOARD-SIMMS Transform {
  3117.           children    [
  3118.             DEF MOTHERBOARD Transform {
  3119.               children    Shape {
  3120.             appearance    Appearance {
  3121.               material    DEF _63 Material {
  3122.                 ambientIntensity    0.310821
  3123.                 diffuseColor    0.17628 0.297872 0.144233
  3124.                 specularColor    0.200464 0.300145 0.293518
  3125.                 emissiveColor    1 1 1
  3126.                 shininess    0.393939
  3127.                 transparency    0
  3128.               }
  3129.  
  3130.               texture    DEF _64 ImageTexture {
  3131.                 url    "Textures/motherbrd_512X512.jpg"
  3132.               }
  3133.  
  3134.               textureTransform    DEF _65 TextureTransform {
  3135.                 translation    0 0.04
  3136.                 rotation    1.5708
  3137.                 scale    0.966076 0.901642
  3138.                 center    -0.5 -0.46
  3139.               }
  3140.  
  3141.             }
  3142.  
  3143.             geometry    IndexedFaceSet {
  3144.               coord    Coordinate {
  3145.                 point    [ -56.6567 56.6871 56.6571,
  3146.                       -56.6567 -56.6871 56.6571,
  3147.                       56.6567 56.6871 56.6571,
  3148.                       56.6567 -56.6871 56.6571,
  3149.                       56.6567 56.6871 -56.6571,
  3150.                       56.6567 -56.6871 -56.6571,
  3151.                       -56.6567 56.6871 -56.6571,
  3152.                       -56.6567 -56.6871 -56.6571,
  3153.                       57.0675 56.6882 57.1952,
  3154.                       -8.98875 1676.22 57.1952,
  3155.                       -8.98877 56.6868 57.1952,
  3156.                       57.0675 56.6882 48.2287,
  3157.                       -8.98877 56.6868 48.2287,
  3158.                       -8.98875 1676.22 48.2287,
  3159.                       -56.6467 1676.22 57.1952,
  3160.                       -56.6467 56.6859 57.1952,
  3161.                       -56.6467 1676.22 48.2287,
  3162.                       -56.6467 56.6859 48.2287,
  3163.                       57.0676 3181.2 48.2287,
  3164.                       57.0676 3181.2 57.1952,
  3165.                       -8.98874 3181.2 48.2287,
  3166.                       -8.98874 3181.2 57.1952,
  3167.                       -25.8335 508.785 -53.9986,
  3168.                       -25.8335 56.6867 -53.9986,
  3169.                       -55.4425 56.6857 -53.9986,
  3170.                       -55.4425 508.784 -53.9986,
  3171.                       -55.4425 56.6857 44.1988,
  3172.                       -55.4425 508.784 44.1988,
  3173.                       -25.8335 508.785 44.1988,
  3174.                       -25.8335 56.6867 44.1988 ]
  3175.               }
  3176.  
  3177.               coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3178.                     6, -1, 6, 7, 1, 0, -1, 2,
  3179.                     3, 5, 4, -1, 6, 0, 2, 4,
  3180.                     -1, 1, 7, 5, 3, -1, 11, 8,
  3181.                     10, 12, -1, 14, 15, 10, 9, -1,
  3182.                     16, 14, 9, 13, -1, 15, 14, 16,
  3183.                     17, -1, 17, 16, 13, 12, -1, 15,
  3184.                     17, 12, 10, -1, 19, 18, 20, 21,
  3185.                     -1, 21, 20, 13, 9, -1, 13, 20,
  3186.                     18, 11, 12, -1, 9, 10, 8, 19,
  3187.                     21, -1, 18, 19, 8, 11, -1, 22,
  3188.                     23, 24, 25, -1, 25, 24, 26, 27,
  3189.                     -1, 28, 22, 25, 27, -1, 27, 26,
  3190.                     29, 28, -1, 23, 29, 26, 24, -1,
  3191.                     28, 29, 23, 22, -1 ]
  3192.               colorIndex    [  ]
  3193.               texCoord    TextureCoordinate {
  3194.                 point    [ 0.0333845 0.962134,
  3195.                       0.0316611 0.0555165,
  3196.                       0.941573 0.960287,
  3197.                       0.938126 0.0444376,
  3198.                       0.950288 0.0193227,
  3199.                       0.951836 0.163666,
  3200.                       0.401359 0.164495,
  3201.                       0.400585 0.0218114,
  3202.                       0.406923 0.123644,
  3203.                       0.405789 0.0884223,
  3204.                       0.924949 0.0884222,
  3205.                       0.923816 0.162509,
  3206.                       0.406923 0.161295,
  3207.                       0.00341516 0.114202,
  3208.                       0.00249445 0.0589572,
  3209.                       0.396562 0.0540245,
  3210.                       0.39578 0.107017,
  3211.                       0.507669 0.161254,
  3212.                       0.510202 0.0988339,
  3213.                       0.844546 0.101548,
  3214.                       0.84539 0.163968,
  3215.                       0.527232 -0.121845,
  3216.                       0.527361 -0.117808,
  3217.                       0.520345 -0.11739,
  3218.                       0.520085 -0.1263,
  3219.                       0.527361 -0.126439,
  3220.                       0.540968 -0.116878,
  3221.                       0.536033 -0.125516,
  3222.                       0.536023 -0.130123,
  3223.                       0.539732 -0.124825,
  3224.                       0.398701 0.0344111,
  3225.                       0.392583 0.0287918,
  3226.                       0.395205 0.0306649,
  3227.                       0.400585 0.0218114,
  3228.                       0.399037 0.0603068,
  3229.                       0.398552 0.106549,
  3230.                       0.275159 0.108184,
  3231.                       0.275159 0.0608963,
  3232.                       0.940157 0.952955,
  3233.                       0.940157 0.959839,
  3234.                       0.0335831 0.960423,
  3235.                       0.0337551 0.95508,
  3236.                       0.396871 0.0346437,
  3237.                       0.395092 0.0336908,
  3238.                       0.392424 0.0355967,
  3239.                       0.401318 0.0346437,
  3240.                       0.271101 0.922706,
  3241.                       0.273497 0.92557,
  3242.                       0.275524 0.922015,
  3243.                       0.271562 0.92004,
  3244.                       0.281004 0.147778,
  3245.                       0.28237 0.960653,
  3246.                       0.0564312 0.960144,
  3247.                       0.0536101 0.152309,
  3248.                       0.155095 0.919531,
  3249.                       0.157097 0.920436,
  3250.                       0.155979 0.918042,
  3251.                       0.156789 0.919531 ]
  3252.               }
  3253.  
  3254.               texCoordIndex    [ 0, 1, 3, 2, -1, 38, 39, 40,
  3255.                     41, -1, 0, 1, 3, 2, -1, 0,
  3256.                     1, 3, 2, -1, 0, 1, 3, 2,
  3257.                     -1, 0, 1, 3, 2, -1, 4, 5,
  3258.                     6, 7, -1, 26, 27, 28, 29, -1,
  3259.                     13, 14, 15, 16, -1, 30, 31, 32,
  3260.                     33, -1, 17, 18, 19, 20, -1, 7,
  3261.                     4, 4, 7, -1, 4, 5, 6, 7,
  3262.                     -1, 34, 35, 36, 37, -1, 8, 9,
  3263.                     10, 11, 12, -1, 21, 22, 23, 24,
  3264.                     25, -1, 42, 43, 44, 45, -1, 54,
  3265.                     55, 56, 57, -1, 46, 47, 48, 49,
  3266.                     -1, 50, 51, 52, 53, -1, 46, 47,
  3267.                     48, 49, -1, 46, 47, 48, 49, -1,
  3268.                     46, 47, 48, 49, -1 ]
  3269.               creaseAngle    0.5
  3270.             }
  3271.  
  3272.               }
  3273.  
  3274.               translation    -62.6855 166.614 155.53
  3275.               rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3276.               scale    2.01633 0.0190276 1.82168
  3277.               scaleOrientation    0 0 1  0
  3278.             }
  3279.             DEF DIMMS-ASSEMBLY Transform {
  3280.               children    Anchor {
  3281.             children    DEF DIMMS Transform {
  3282.               children    [
  3283.                 Transform {
  3284.                   children    DEF _66 Transform {
  3285.                 children    Shape {
  3286.                   appearance    Appearance {
  3287.                     material    Material {
  3288.                       ambientIntensity    0.310821
  3289.                       diffuseColor    0.17628 0.297872 0.144233
  3290.                       specularColor    0.200464 0.300145 0.293518
  3291.                       emissiveColor    0.287234 0.287234 0.287234
  3292.                       shininess    0.393939
  3293.                       transparency    0
  3294.                     }
  3295.  
  3296.                     texture    ImageTexture {
  3297.                       url    "Textures/simm_256x64.jpg"
  3298.                     }
  3299.  
  3300.                   }
  3301.  
  3302.                   geometry    IndexedFaceSet {
  3303.                     coord    Coordinate {
  3304.                       point    [ -10 10 10,
  3305.                             -10 -10 10,
  3306.                             10 10 10,
  3307.                             10 -10 10,
  3308.                             10 10 -10,
  3309.                             10 -10 -10,
  3310.                             -10 10 -10,
  3311.                             -10 -10 -10 ]
  3312.                     }
  3313.  
  3314.                     coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3315.                           6, -1, 6, 7, 1, 0, -1, 2,
  3316.                           3, 5, 4, -1, 6, 0, 2, 4,
  3317.                           -1, 1, 7, 5, 3, -1 ]
  3318.                     colorIndex    [  ]
  3319.                     texCoord    TextureCoordinate {
  3320.                       point    [ 0.00564112 0.868289,
  3321.                             0.00415848 0.159588,
  3322.                             0.99914 0.880081,
  3323.                             0.99914 0.156554,
  3324.                             0.00605197 0.872868,
  3325.                             0.00605197 0.855261,
  3326.                             0.842409 0.860135,
  3327.                             0.842409 0.875786,
  3328.                             0.908308 0.890125,
  3329.                             0.908453 0.878492,
  3330.                             0.936953 0.877911,
  3331.                             0.936764 0.889905,
  3332.                             0.908274 0.888162,
  3333.                             0.908453 0.876705,
  3334.                             0.924922 0.876705,
  3335.                             0.925459 0.888878 ]
  3336.                     }
  3337.  
  3338.                     texCoordIndex    [ 8, 9, 10, 11, -1, 12, 13, 14,
  3339.                           15, -1, 0, 1, 3, 2, -1, 0,
  3340.                           1, 3, 2, -1, 4, 5, 6, 7,
  3341.                           -1, 0, 1, 3, 2, -1 ]
  3342.                     creaseAngle    0.5
  3343.                   }
  3344.  
  3345.                 }
  3346.  
  3347.                 translation    -78.9859 222.569 170.231
  3348.                 rotation    3.09944e-06 2.16004e-12 1  1.5708
  3349.                 scale    0.0875148 1.52216 8.00711
  3350.                 scaleOrientation    0 0 1  0
  3351.                   }
  3352.  
  3353.                   translation    -0.015213 6.67537 0.0800781
  3354.                   rotation    0 0 1  0
  3355.                 }
  3356.                 Transform {
  3357.                   children    USE _66
  3358.  
  3359.                   translation    0.000465393 14.1586 -1.52588e-05
  3360.                   rotation    0 0 1  0
  3361.                 }
  3362.                 Transform {
  3363.                   children    USE _66
  3364.  
  3365.                   translation    0.000442505 21.7355 -3.05176e-05
  3366.                   rotation    0 0 1  0
  3367.                 }
  3368.                 USE _66
  3369.               ]
  3370.             }
  3371.  
  3372.             url    "TechDocs/dimms.html"
  3373.             description    ""
  3374.             parameter    "target=secondary"
  3375.               }
  3376.  
  3377.             }
  3378.             DEF MRE Transform {
  3379.               children    Anchor {
  3380.             children    Transform {
  3381.               children    Shape {
  3382.                 appearance    Appearance {
  3383.                   material    USE _63
  3384.  
  3385.                   texture    USE _64
  3386.  
  3387.                   textureTransform    USE _65
  3388.  
  3389.                 }
  3390.  
  3391.                 geometry    IndexedFaceSet {
  3392.                   coord    Coordinate {
  3393.                 point    [ -14.52 755.609 -18.3612,
  3394.                       -14.52 56.687 -18.3612,
  3395.                       -14.52 56.6862 5.18766,
  3396.                       -14.52 755.609 5.18767,
  3397.                       6.59038 56.6864 5.18766,
  3398.                       6.59039 755.609 5.18766,
  3399.                       6.59039 755.61 -18.3612,
  3400.                       6.59038 56.6872 -18.3612 ]
  3401.                   }
  3402.  
  3403.                   coordIndex    [ 0, 1, 2, 3, -1, 3, 2, 4,
  3404.                         5, -1, 3, 5, 6, 0, -1, 5,
  3405.                         4, 7, 6, -1, 6, 7, 1, 0,
  3406.                         -1 ]
  3407.                   texCoord    TextureCoordinate {
  3408.                 point    [ 0.367746 0.464856,
  3409.                       0.539854 0.464447,
  3410.                       0.540236 0.655805,
  3411.                       0.369273 0.655397 ]
  3412.                   }
  3413.  
  3414.                   texCoordIndex    [ 0, 1, 2, 3, -1, 0, 1, 2,
  3415.                         3, -1, 0, 1, 2, 3, -1, 0,
  3416.                         1, 2, 3, -1, 0, 1, 2, 3,
  3417.                         -1 ]
  3418.                   ccw    TRUE
  3419.                   solid    TRUE
  3420.                   convex    TRUE
  3421.                   creaseAngle    0.5
  3422.                 }
  3423.  
  3424.               }
  3425.  
  3426.               translation    -62.6855 166.614 155.53
  3427.               rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3428.               scale    2.01633 0.0190276 1.82168
  3429.               scaleOrientation    0 0 1  0
  3430.             }
  3431.  
  3432.             url    "TechDocs/mre.html"
  3433.             description    ""
  3434.             parameter    "target=secondary"
  3435.               }
  3436.  
  3437.             }
  3438.             DEF IO Transform {
  3439.               children    Anchor {
  3440.             children    Transform {
  3441.               children    Shape {
  3442.                 appearance    Appearance {
  3443.                   material    USE _63
  3444.  
  3445.                   texture    USE _64
  3446.  
  3447.                   textureTransform    USE _65
  3448.  
  3449.                 }
  3450.  
  3451.                 geometry    IndexedFaceSet {
  3452.                   coord    Coordinate {
  3453.                 point    [ 10.3515 337.439 -0.583138,
  3454.                       24.3038 337.44 -0.583141,
  3455.                       24.3038 337.44 -15.5152,
  3456.                       10.3515 337.439 -15.5152,
  3457.                       10.3515 56.6868 -0.583138,
  3458.                       24.3038 56.6872 -0.583141,
  3459.                       10.3515 56.6868 -15.5152,
  3460.                       24.3038 56.6872 -15.5152 ]
  3461.                   }
  3462.  
  3463.                   coordIndex    [ 0, 1, 2, 3, -1, 0, 4, 5,
  3464.                         1, -1, 3, 6, 4, 0, -1, 1,
  3465.                         5, 7, 2, -1, 2, 7, 6, 3,
  3466.                         -1 ]
  3467.                   texCoord    TextureCoordinate {
  3468.                 point    [ 0.366436 0.463622,
  3469.                       0.540903 0.464091,
  3470.                       0.540464 0.655254,
  3471.                       0.366874 0.655254 ]
  3472.                   }
  3473.  
  3474.                   texCoordIndex    [ 0, 1, 2, 3, -1, 0, 1, 2,
  3475.                         3, -1, 0, 1, 2, 3, -1, 0,
  3476.                         1, 2, 3, -1, 0, 1, 2, 3,
  3477.                         -1 ]
  3478.                   ccw    TRUE
  3479.                   solid    TRUE
  3480.                   convex    TRUE
  3481.                   creaseAngle    0.5
  3482.                 }
  3483.  
  3484.               }
  3485.  
  3486.               translation    -62.6855 166.614 155.53
  3487.               rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3488.               scale    2.01633 0.0190276 1.82168
  3489.               scaleOrientation    0 0 1  0
  3490.             }
  3491.  
  3492.             url    "TechDocs/io.html"
  3493.             description    ""
  3494.             parameter    "target=secondary"
  3495.               }
  3496.  
  3497.             }
  3498.             Anchor {
  3499.               children    Transform {
  3500.             children    Shape {
  3501.               appearance    Appearance {
  3502.                 material    USE _63
  3503.  
  3504.                 texture    USE _64
  3505.  
  3506.                 textureTransform    USE _65
  3507.  
  3508.               }
  3509.  
  3510.               geometry    IndexedFaceSet {
  3511.                 coord    Coordinate {
  3512.                   point    [ -5.85584 674.636 23.3081,
  3513.                         8.95693 674.636 23.3081,
  3514.                         8.95693 674.636 8.7246,
  3515.                         -5.85585 674.636 8.7246,
  3516.                         -5.85586 56.6863 23.3081,
  3517.                         8.95692 56.6866 23.3081,
  3518.                         -5.85586 56.6865 8.7246,
  3519.                         8.95692 56.6868 8.7246 ]
  3520.                 }
  3521.  
  3522.                 coordIndex    [ 0, 1, 2, 3, -1, 0, 4, 5,
  3523.                       1, -1, 3, 6, 4, 0, -1, 1,
  3524.                       5, 7, 2, -1, 2, 7, 6, 3,
  3525.                       -1 ]
  3526.                 texCoord    TextureCoordinate {
  3527.                   point    [ 0.440939 0.315718,
  3528.                         0.558645 0.316499,
  3529.                         0.558402 0.439751,
  3530.                         0.440696 0.439751 ]
  3531.                 }
  3532.  
  3533.                 texCoordIndex    [ 0, 1, 2, 3, -1, 0, 1, 2,
  3534.                       3, -1, 0, 1, 2, 3, -1, 0,
  3535.                       1, 2, 3, -1, 0, 1, 2, 3,
  3536.                       -1 ]
  3537.                 ccw    TRUE
  3538.                 solid    TRUE
  3539.                 convex    TRUE
  3540.                 creaseAngle    0.5
  3541.               }
  3542.  
  3543.             }
  3544.  
  3545.             translation    -62.6855 166.614 155.53
  3546.             rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3547.             scale    2.01633 0.0190276 1.82168
  3548.             scaleOrientation    0 0 1  0
  3549.               }
  3550.  
  3551.               url    "TechDocs/de.html"
  3552.               description    ""
  3553.               parameter    "target=secondary"
  3554.             }
  3555.           ]
  3556.           translation    42.416 -286.467 -260.154
  3557.         }
  3558.         DEF CPU-ASSEMBLY Transform {
  3559.           children    [
  3560.             DEF CPU-CARD Transform {
  3561.               children    Shape {
  3562.             appearance    Appearance {
  3563.               material    Material {
  3564.               }
  3565.  
  3566.               texture    ImageTexture {
  3567.                 url    "Textures/cpu.jpg"
  3568.               }
  3569.  
  3570.               textureTransform    TextureTransform {
  3571.                 translation    0.34 -0.48
  3572.                 rotation    3.14159
  3573.                 scale    0.278882 0.515488
  3574.                 center    -0.16 -0.98
  3575.               }
  3576.  
  3577.             }
  3578.  
  3579.             geometry    IndexedFaceSet {
  3580.               coord    Coordinate {
  3581.                 point    [ -80.9977 80.9982 80.9976,
  3582.                       -80.9977 -80.9982 80.9976,
  3583.                       80.9977 80.9982 80.9976,
  3584.                       80.9977 -80.9982 80.9976,
  3585.                       80.9977 80.9982 -80.9976,
  3586.                       80.9977 -80.9982 -80.9976,
  3587.                       -80.9977 80.9982 -80.9976,
  3588.                       -80.9977 -80.9982 -80.9976,
  3589.                       -80.9977 -80.9982 -0.343513,
  3590.                       -80.9977 80.9982 -0.343513,
  3591.                       -191.61 80.9982 -80.9976,
  3592.                       -191.61 -80.9982 -80.9976,
  3593.                       -191.61 -80.9982 -0.343513,
  3594.                       -191.61 80.9982 -0.343513 ]
  3595.               }
  3596.  
  3597.               coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3598.                     6, -1, 2, 3, 5, 4, -1, 6,
  3599.                     9, 0, 2, 4, -1, 1, 8, 7,
  3600.                     5, 3, -1, 10, 11, 12, 13, -1,
  3601.                     8, 1, 0, 9, -1, 11, 10, 6,
  3602.                     7, -1, 12, 11, 7, 8, -1, 13,
  3603.                     12, 8, 9, -1, 10, 13, 9, 6,
  3604.                     -1 ]
  3605.               texCoord    TextureCoordinate {
  3606.                 point    [ -0.9822 0.417881,
  3607.                       0.993599 0.394568,
  3608.                       -0.986965 0.959311,
  3609.                       0.992831 0.957543,
  3610.                       0.863078 0.143133,
  3611.                       0.0257322 0.411435,
  3612.                       0.5 1,
  3613.                       0 0.5,
  3614.                       0.0234185 0.0335751,
  3615.                       0.993223 0.0345458,
  3616.                       0.993223 0.394376,
  3617.                       0.0256807 0.398272,
  3618.                       0.0811501 0.100531,
  3619.                       0.886297 0.0942485,
  3620.                       0.894039 0.123567,
  3621.                       0.0811502 0.125661,
  3622.                       0.561756 0.085417,
  3623.                       0.868657 0.143384,
  3624.                       0.0912193 0.100024,
  3625.                       0.271553 0.0978554,
  3626.                       0.0966394 0.0761193,
  3627.                       0.894045 0.0719308,
  3628.                       0.909529 0.134756,
  3629.                       0.0966395 0.138945,
  3630.                       0.0501887 0.0761193,
  3631.                       0.886303 0.101249,
  3632.                       0.0888977 0.147321,
  3633.                       0.948041 0.160258,
  3634.                       0.0612932 0.0648003,
  3635.                       0.0793902 0.0966194,
  3636.                       0.907323 0.0770383,
  3637.                       0.898274 0.133334,
  3638.                       0.853032 0.0574573,
  3639.                       0.115584 0.052562,
  3640.                       0.0839145 0.128439,
  3641.                       0.0658176 0.0623525,
  3642.                       0.929944 0.0648001,
  3643.                       0.943516 0.108858,
  3644.                       0.0658176 0.103962 ]
  3645.               }
  3646.  
  3647.               texCoordIndex    [ 12, 13, 14, 15, -1, 31, 32, 33,
  3648.                     34, -1, 35, 36, 37, 38, -1, 0,
  3649.                     7, 1, 3, 2, -1, 0, 5, 1,
  3650.                     3, 2, -1, 24, 25, 4, 26, -1,
  3651.                     16, 17, 18, 19, -1, 27, 28, 29,
  3652.                     30, -1, 8, 9, 10, 11, -1, 20,
  3653.                     21, 22, 23, -1, 6, 0, 0, 6,
  3654.                     -1 ]
  3655.               creaseAngle    0.5
  3656.             }
  3657.  
  3658.               }
  3659.  
  3660.               translation    -28.8074 -146.26 -35.7521
  3661.               rotation    -0.577352 -0.57735 -0.577349  2.09439
  3662.               scale    0.408331 0.0154639 0.771951
  3663.               scaleOrientation    0 0 1  0
  3664.             }
  3665.             DEF VICE Transform {
  3666.               children    Anchor {
  3667.             children    Transform {
  3668.               children    Shape {
  3669.                 appearance    Appearance {
  3670.                   material    Material {
  3671.                 ambientIntensity    0
  3672.                 diffuseColor    0 0 0
  3673.                 specularColor    0.293243 0.297387 0.290421
  3674.                 emissiveColor    0.638298 0.638298 0.638298
  3675.                 shininess    0.0816327
  3676.                 transparency    0
  3677.                   }
  3678.  
  3679.                   texture    ImageTexture {
  3680.                 url    "Textures/cpu.jpg"
  3681.                   }
  3682.  
  3683.                 }
  3684.  
  3685.                 geometry    IndexedFaceSet {
  3686.                   coord    Coordinate {
  3687.                 point    [ -10 10 10,
  3688.                       -10 -10 10,
  3689.                       10 10 10,
  3690.                       10 -10 10,
  3691.                       10 10 -10,
  3692.                       10 -10 -10,
  3693.                       -10 10 -10,
  3694.                       -10 -10 -10 ]
  3695.                   }
  3696.  
  3697.                   coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3698.                         6, -1, 6, 7, 1, 0, -1, 2,
  3699.                         3, 5, 4, -1, 6, 0, 2, 4,
  3700.                         -1 ]
  3701.                   colorIndex    [  ]
  3702.                   texCoord    TextureCoordinate {
  3703.                 point    [ 0.675563 0.684569,
  3704.                       0.607193 0.68229,
  3705.                       0.67133 0.526668,
  3706.                       0.600356 0.524389,
  3707.                       0.558695 0.68196,
  3708.                       0.559272 0.524679,
  3709.                       0.700756 0.527428,
  3710.                       0.700468 0.684017,
  3711.                       0.66099 0.543518,
  3712.                       0.661158 0.539305,
  3713.                       0.67464 0.53863,
  3714.                       0.674135 0.543349,
  3715.                       0.672648 0.582392,
  3716.                       0.671373 0.577007,
  3717.                       0.684127 0.575731,
  3718.                       0.691213 0.582533,
  3719.                       0.675371 0.685357,
  3720.                       0.598418 0.684281,
  3721.                       0.599494 0.527414,
  3722.                       0.6786 0.528491 ]
  3723.                   }
  3724.  
  3725.                   texCoordIndex    [ 8, 9, 10, 11, -1, 12, 13, 14,
  3726.                         15, -1, 0, 1, 3, 2, -1, 16,
  3727.                         17, 18, 19, -1, 4, 5, 6, 7,
  3728.                         -1 ]
  3729.                   creaseAngle    0.5
  3730.                 }
  3731.  
  3732.               }
  3733.  
  3734.               translation    60.5636 152.603 -11.3571
  3735.               rotation    0.684995 -0.684992 0.248128  3.62802
  3736.               scale    1.85881 0.938345 1.84599
  3737.               scaleOrientation    0 0 1  0
  3738.             }
  3739.  
  3740.             url    "TechDocs/ice.html"
  3741.             parameter    "target=secondary"
  3742.               }
  3743.  
  3744.               translation    -78.6832 -280.749 22.1901
  3745.               rotation    -6.77445e-07 1 -1.57174e-07  0.69507
  3746.               scale    1 1 1
  3747.               scaleOrientation    -1 0 0  0.785398
  3748.             }
  3749.             DEF CPU Transform {
  3750.               children    Anchor {
  3751.             children    Transform {
  3752.               children    Shape {
  3753.                 appearance    Appearance {
  3754.                   material    Material {
  3755.                 ambientIntensity    0
  3756.                 diffuseColor    0 0 0
  3757.                 specularColor    0.293243 0.297387 0.290421
  3758.                 emissiveColor    0.691489 0.691489 0.691489
  3759.                 shininess    0.0816327
  3760.                 transparency    0
  3761.                   }
  3762.  
  3763.                   texture    ImageTexture {
  3764.                 url    "Textures/cpu.jpg"
  3765.                   }
  3766.  
  3767.                 }
  3768.  
  3769.                 geometry    IndexedFaceSet {
  3770.                   coord    Coordinate {
  3771.                 point    [ -10 10 10,
  3772.                       -10 -10 10,
  3773.                       10 10 10,
  3774.                       10 -10 10,
  3775.                       10 10 -10,
  3776.                       10 -10 -10,
  3777.                       -10 10 -10,
  3778.                       -10 -10 -10 ]
  3779.                   }
  3780.  
  3781.                   coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3782.                         6, -1, 6, 7, 1, 0, -1, 2,
  3783.                         3, 5, 4, -1, 6, 0, 2, 4,
  3784.                         -1 ]
  3785.                   colorIndex    [  ]
  3786.                   texCoord    TextureCoordinate {
  3787.                 point    [ 0.311162 0.565273,
  3788.                       0.310814 0.568052,
  3789.                       0.496183 0.564896,
  3790.                       0.496643 0.570483,
  3791.                       0.303559 0.718791,
  3792.                       0.305085 0.53114,
  3793.                       0.49833 0.536225,
  3794.                       0.49477 0.718283,
  3795.                       0.305222 0.565455,
  3796.                       0.305257 0.569094,
  3797.                       0.497337 0.569788,
  3798.                       0.49626 0.565802,
  3799.                       0.308383 0.564926,
  3800.                       0.308383 0.568746,
  3801.                       0.493864 0.569441,
  3802.                       0.493517 0.564231,
  3803.                       0.304527 0.566497,
  3804.                       0.304562 0.569094,
  3805.                       0.493169 0.570483,
  3806.                       0.493517 0.56701 ]
  3807.                   }
  3808.  
  3809.                   texCoordIndex    [ 8, 9, 10, 11, -1, 12, 13, 14,
  3810.                         15, -1, 0, 1, 3, 2, -1, 16,
  3811.                         17, 18, 19, -1, 4, 5, 6, 7,
  3812.                         -1 ]
  3813.                   creaseAngle    0.5
  3814.                 }
  3815.  
  3816.               }
  3817.  
  3818.               translation    63.2589 101.86 -15.6544
  3819.               rotation    -0.322393 -0.322393 0.890014  1.68706
  3820.               scale    2.46621 1.00643 2.38327
  3821.               scaleOrientation    0 0 1  0
  3822.             }
  3823.  
  3824.             url    "TechDocs/cpu.html"
  3825.             parameter    "target=secondary"
  3826.               }
  3827.  
  3828.               translation    -78.6832 -280.749 22.1901
  3829.               rotation    -6.77445e-07 1 -1.57174e-07  0.69507
  3830.               scale    1 1 1
  3831.               scaleOrientation    -1 0 0  0.785398
  3832.             }
  3833.           ]
  3834.         }
  3835.         DEF PCI-TREE Transform {
  3836.           children    Anchor {
  3837.             children    [
  3838.               DEF DefaultTouchSensor_67 TouchSensor {
  3839.             enabled    TRUE
  3840.               }
  3841.               DEF PCI-GROUP Transform {
  3842.             children    [
  3843.               DEF _69 Group {
  3844.                 children    [
  3845.                   DEF PCI-ANIMATION CoKeyframeAnimation {
  3846.                 children    DEF Time_70 TimeSensor {
  3847.                   cycleInterval    4.5
  3848.                   startTime    0
  3849.                 }
  3850.  
  3851.                 duration    4.5
  3852.                 framesPerSecond    10
  3853.                   }
  3854.                   DEF PCI-GROUPTranslationInterp CoHermitePositionInterpolator {
  3855.                 key    [ 0, 0.222222, 0.533333, 0.777778,
  3856.                       1 ]
  3857.                 keyTypes    [ HERMITE,
  3858.                       HERMITE,
  3859.                       HERMITE,
  3860.                       HERMITE,
  3861.                       HERMITE ]
  3862.                 numFrames    45
  3863.                 keyValue    [ -52.9538 -171.223 -80.6539,
  3864.                       -128.969 -124.763 -80.6533,
  3865.                       -150.836 -132.477 -248.113,
  3866.                       -95.5003 -215.749 -389.498,
  3867.                       -91.8206 -229.15 -391.592 ]
  3868.                   }
  3869.                   DEF PCI-GROUPRotationInterp CoHermiteOrientationInterpolator {
  3870.                 key    [ 0, 0.222222, 0.777778, 1 ]
  3871.                 keyTypes    [ HERMITE,
  3872.                       HERMITE,
  3873.                       HERMITE,
  3874.                       HERMITE ]
  3875.                 numFrames    45
  3876.                 keyValue    [ 0.577353 -0.577349 0.577349  2.0944,
  3877.                       0.522025 -0.674525 0.522021  1.95474,
  3878.                       -0.013092 -0.999782 -0.0162557  1.55375,
  3879.                       -0.0965816 -0.99046 -0.0982896  1.56284 ]
  3880.                   }
  3881.                   DEF PCI-GROUPScaleFactorInterp CoHermitePositionInterpolator {
  3882.                 key    [  ]
  3883.                 keyTypes    [  ]
  3884.                 numFrames    45
  3885.                 keyValue    [  ]
  3886.                   }
  3887.                 ]
  3888.               }
  3889.               DEF PCI-LOGIC Script {
  3890.                 eventOut                SFFloat                fractionOut
  3891.                 eventOut                SFBool                cpuTriggerEnable
  3892.                 eventOut                SFTime                delayedStartTime
  3893.                 eventOut                SFBool                moduleRemoved
  3894.                 eventIn                SFBool                timerActive
  3895.                 eventIn                SFFloat                fractionIn
  3896.                 eventIn                SFTime                triggerTime
  3897.                 field                SFBool                moduleRemovedStatus    FALSE
  3898.                 url    "vrmlscript:
  3899. function timerActive(value, time)
  3900. {
  3901.     if (!value) {
  3902.     moduleRemovedStatus = !moduleRemovedStatus;
  3903.     moduleRemoved = moduleRemovedStatus;
  3904.     }
  3905.     cpuTriggerEnable = !value;
  3906. }
  3907.  
  3908. function fractionIn(value, time)
  3909. {
  3910.     if (!moduleRemovedStatus) fractionOut = value;
  3911.         else fractionOut = 1-value;
  3912. }
  3913.  
  3914. function triggerTime(value, time)
  3915. {
  3916.     delayedStartTime = value + 1;
  3917. }
  3918. "
  3919.               }
  3920.               Shape {
  3921.                 appearance    Appearance {
  3922.                   material    Material {
  3923.                 ambientIntensity    0.2
  3924.                 diffuseColor    0.8 0.8 0.8
  3925.                 specularColor    0 0 0
  3926.                 emissiveColor    0.180851 0.180851 0.180851
  3927.                 shininess    0.2
  3928.                 transparency    0
  3929.                   }
  3930.  
  3931.                   texture    ImageTexture {
  3932.                 url    "Textures/pci.jpg"
  3933.                   }
  3934.  
  3935.                   textureTransform    TextureTransform {
  3936.                 translation    0 0
  3937.                 rotation    0
  3938.                 scale    0.98629 0.600024
  3939.                 center    -0.5 -0.5
  3940.                   }
  3941.  
  3942.                 }
  3943.  
  3944.                 geometry    IndexedFaceSet {
  3945.                   coord    Coordinate {
  3946.                 point    [ 10 10 -10,
  3947.                       10 -10 -10,
  3948.                       -10 -10 -10,
  3949.                       -10 10 -10,
  3950.                       -14.055 2.00768 -39.6788,
  3951.                       -14.055 2.00766 -8.0479,
  3952.                       -14.055 15.573 -8.0479,
  3953.                       -14.055 15.573 -39.6788,
  3954.                       -12.3349 15.573 -39.6788,
  3955.                       -10.9827 15.573 -8.0479,
  3956.                       -16.0672 15.573 -39.6788,
  3957.                       -16.0672 2.00768 -39.6788,
  3958.                       -14.0694 2.00765 -41.7231,
  3959.                       -14.0694 2.00763 -8.0479,
  3960.                       10.0693 2.00763 -8.0479,
  3961.                       10.0693 2.00765 -41.7231,
  3962.                       10.0693 16.104 -41.7231,
  3963.                       10.0693 16.104 -8.04791,
  3964.                       11.4795 16.104 -41.7231,
  3965.                       11.4795 16.104 -8.0479,
  3966.                       10.0693 3.34264 -41.7231,
  3967.                       -14.0694 3.34264 -41.7231,
  3968.                       10.0693 3.34264 -43.0327,
  3969.                       -14.0694 3.34264 -43.0327,
  3970.                       10.0693 15.7949 -8.0479,
  3971.                       -14.0694 15.7949 -8.04791,
  3972.                       10.0693 15.7949 -7.37807,
  3973.                       -14.0694 15.7949 -7.37807,
  3974.                       -9.07738 4.87967 -13.9022,
  3975.                       -9.07737 8.8499 -13.9022,
  3976.                       8.83348 8.84985 -13.9022,
  3977.                       8.83348 4.87963 -13.9022,
  3978.                       8.83348 8.84984 -9.99995,
  3979.                       8.83347 4.87962 -9.99995,
  3980.                       -9.07738 4.87966 -9.99997,
  3981.                       -9.07738 8.84989 -9.99997 ]
  3982.                   }
  3983.  
  3984.                   coordIndex    [ 0, 1, 2, 3, -1, 4, 5, 6,
  3985.                         7, -1, 6, 7, 8, 9, -1, 4,
  3986.                         7, 10, 11, -1, 12, 13, 14, 15,
  3987.                         -1, 14, 15, 16, 17, -1, 17, 16,
  3988.                         18, 19, -1, 12, 15, 20, 21, -1,
  3989.                         21, 20, 22, 23, -1, 13, 14, 24,
  3990.                         25, -1, 25, 24, 26, 27, -1, 28,
  3991.                         29, 30, 31, -1, 31, 30, 32, 33,
  3992.                         -1, 34, 28, 31, 33, -1, 34, 35,
  3993.                         29, 28, -1, 29, 35, 32, 30, -1 ]
  3994.                   colorIndex    [  ]
  3995.                   texCoord    TextureCoordinate {
  3996.                 point    [ 0.86538 0.0248466,
  3997.                       0.86538 0.41738,
  3998.                       0.10914 0.417262,
  3999.                       0.109418 0.0237554,
  4000.                       0.315827 1.2561,
  4001.                       0.34219 1.27125,
  4002.                       0.551746 1.0256,
  4003.                       0.335398 1.25676,
  4004.                       0.516469 1.05164,
  4005.                       0.515749 1.03034,
  4006.                       0.326611 1.24297,
  4007.                       0.317025 1.241,
  4008.                       0.322627 1.17115,
  4009.                       0.320884 1.10385,
  4010.                       0.360172 1.1041,
  4011.                       0.358748 1.16812,
  4012.                       0.453806 1.25342,
  4013.                       0.463345 1.25555,
  4014.                       0.457709 1.24629,
  4015.                       0.462478 1.24771,
  4016.                       0.328308 1.2081,
  4017.                       0.3204 1.19511,
  4018.                       0.548412 1.1828,
  4019.                       0.50933 1.18847,
  4020.                       0.638255 1.05927,
  4021.                       0.624849 1.05927,
  4022.                       0.639864 1.03194,
  4023.                       0.622168 1.03282,
  4024.                       0 1,
  4025.                       0 0,
  4026.                       1 0,
  4027.                       1 1,
  4028.                       0.340003 1.2706,
  4029.                       0.340401 1.27288,
  4030.                       0.342588 1.27288,
  4031.                       0.341594 1.2706,
  4032.                       0.343781 1.27321,
  4033.                       0.339805 1.27092,
  4034.                       0.340202 1.27386,
  4035.                       0.553906 1.05401,
  4036.                       0.509905 1.20264,
  4037.                       0.545538 1.1998,
  4038.                       0.310797 1.19418,
  4039.                       0.3204 1.20903,
  4040.                       0.31558 1.24448,
  4041.                       0.334759 1.19707,
  4042.                       0.351714 1.22116,
  4043.                       0.317762 1.25435,
  4044.                       0.16503 0.942189,
  4045.                       0.164876 0.862637,
  4046.                       0.828023 0.864211,
  4047.                       0.828396 0.943845,
  4048.                       0.163397 -0.151057,
  4049.                       0.162946 -0.013934,
  4050.                       0.832907 -0.0158119,
  4051.                       0.831853 -0.14749,
  4052.                       0.984272 0.938725,
  4053.                       0.938392 0.935709,
  4054.                       0.938392 0.881409,
  4055.                       0.987943 0.878392,
  4056.                       0.0189465 0.932692,
  4057.                       0.0207817 0.893476,
  4058.                       0.0464748 0.893476,
  4059.                       0.0556509 0.935709 ]
  4060.                   }
  4061.  
  4062.                   texCoordIndex    [ 0, 1, 2, 3, -1, 36, 5, 37,
  4063.                         38, -1, 6, 39, 8, 9, -1, 4,
  4064.                         7, 10, 11, -1, 12, 13, 14, 15,
  4065.                         -1, 32, 33, 34, 35, -1, 17, 16,
  4066.                         18, 19, -1, 42, 43, 20, 21, -1,
  4067.                         40, 41, 22, 23, -1, 44, 45, 46,
  4068.                         47, -1, 25, 24, 26, 27, -1, 48,
  4069.                         49, 50, 51, -1, 56, 57, 58, 59,
  4070.                         -1, 28, 29, 30, 31, -1, 60, 61,
  4071.                         62, 63, -1, 52, 53, 54, 55, -1 ]
  4072.                   ccw    TRUE
  4073.                   solid    FALSE
  4074.                   convex    TRUE
  4075.                   creaseAngle    0.5
  4076.                 }
  4077.  
  4078.               }
  4079.             ]
  4080.             translation    -52.9538 -171.223 -80.6539
  4081.             rotation    0.577353 -0.577349 0.577349  2.0944
  4082.             scale    7.22683 2.09762 3.75229
  4083.             scaleOrientation    0 0 1  0
  4084.             center    -2.29381 3.052 -25.2054
  4085.               }
  4086.             ]
  4087.             url    "TechDocs/pci.html"
  4088.             parameter    "target=secondary"
  4089.           }
  4090.  
  4091.           translation    -1.18469 0 0
  4092.           center    -55.2476 -168.171 -105.86
  4093.         }
  4094.         DEF CPU-PORT-ANCHOR-TREE Transform {
  4095.           children    Anchor {
  4096.             children    DEF CPU-PORT-ANCHOR Transform {
  4097.               children    Shape {
  4098.             appearance    Appearance {
  4099.               material    Material {
  4100.                 ambientIntensity    0.2
  4101.                 diffuseColor    0.8 0.8 0.8
  4102.                 specularColor    0 0 0
  4103.                 emissiveColor    0 0 0
  4104.                 shininess    0.2
  4105.                 transparency    1
  4106.               }
  4107.  
  4108.             }
  4109.  
  4110.             geometry    IndexedFaceSet {
  4111.               coord    Coordinate {
  4112.                 point    [ -100 100 100,
  4113.                       -100 -100 100,
  4114.                       100 100 100,
  4115.                       100 -100 100,
  4116.                       -100 -49.7327 100,
  4117.                       100 -49.7326 100,
  4118.                       363.608 -100 100,
  4119.                       363.608 -49.7326 100 ]
  4120.               }
  4121.  
  4122.               coordIndex    [ 0, 4, 5, -1, 0, 5, 2, -1,
  4123.                     4, 1, 3, -1, 4, 3, 5, -1,
  4124.                     7, 5, 3, -1, 6, 7, 3, -1 ]
  4125.               colorIndex    [  ]
  4126.               texCoord    TextureCoordinate {
  4127.                 point    [ 0 1,
  4128.                       0 0,
  4129.                       1 1,
  4130.                       1 0,
  4131.                       0 0.251337,
  4132.                       1 0.251337 ]
  4133.               }
  4134.  
  4135.               texCoordIndex    [ 0, 4, 5, -1, 0, 5, 2, -1,
  4136.                     4, 1, 3, -1, 4, 3, 5, -1,
  4137.                     5, 5, 3, -1, 3, 5, 3, -1 ]
  4138.               solid    TRUE
  4139.               creaseAngle    0.5
  4140.             }
  4141.  
  4142.               }
  4143.  
  4144.               translation    -18.3562 -121.277 -112.579
  4145.               rotation    -5.68526e-07 1 -1.55623e-06  3.14589
  4146.               scale    0.0911905 1.08775 1
  4147.               scaleOrientation    0 0 1  0
  4148.             }
  4149.  
  4150.             url    "TechDocs/systemModule.html"
  4151.             description    ""
  4152.             parameter    "target=secondary"
  4153.           }
  4154.  
  4155.         }
  4156.           ]
  4157.           translation    157.835 280.749 34.6619
  4158.           rotation    -1.01024e-08 -1 -9.86028e-09  0.695069
  4159.           scale    0.999998 0.999998 0.999998
  4160.           scaleOrientation    0.0444261 -0.993969 0.100262  0.395526
  4161.           center    -39.7859 -120.45 -115.49
  4162.         }
  4163.         DEF FRONT-PANEL-TREE Transform {
  4164.           children    DEF FRONT-PANEL-SWITCH Switch {
  4165.         whichChoice    0
  4166.         choice    [
  4167.           DEF FRONT-PANEL-ASSEMBLY Transform {
  4168.             children    [
  4169.               DEF VOLUME-ASSEMBLY Transform {
  4170.             children    [
  4171.               DEF VOLUME-DOWN-TREE Transform {
  4172.                 children    DEF VOLUME-DOWN Transform {
  4173.                   children    [
  4174.                 DEF VOLUME-DOWN-TRIGGER TouchSensor {
  4175.                 }
  4176.                 Shape {
  4177.                   appearance    Appearance {
  4178.                     material    DEF VOLUME-DOWN-MAT Material {
  4179.                       ambientIntensity    0.2
  4180.                       diffuseColor    0 0.124 0.2
  4181.                       specularColor    0.0768561 0.0957447 0.0957447
  4182.                       emissiveColor    0 0 0
  4183.                       shininess    0.133333
  4184.                       transparency    0
  4185.                     }
  4186.  
  4187.                   }
  4188.  
  4189.                   geometry    IndexedFaceSet {
  4190.                     coord    Coordinate {
  4191.                       point    [ 0 -100 -100,
  4192.                             0 100 -100,
  4193.                             38.2683 100 -92.388,
  4194.                             38.2683 -100 -92.388,
  4195.                             70.7107 100 -70.7107,
  4196.                             70.7107 -100 -70.7107,
  4197.                             92.388 100 -38.2683,
  4198.                             92.388 -100 -38.2683,
  4199.                             100 100 4.37114e-06,
  4200.                             100 -100 4.37114e-06,
  4201.                             92.388 100 38.2684,
  4202.                             92.388 -100 38.2684,
  4203.                             70.7107 100 70.7107,
  4204.                             70.7107 -100 70.7107,
  4205.                             38.2683 100 92.388,
  4206.                             38.2683 -100 92.388,
  4207.                             1.50996e-05 100 100,
  4208.                             1.50996e-05 -100 100,
  4209.                             0 -144.328 0 ]
  4210.                     }
  4211.  
  4212.                     coordIndex    [ 0, 1, 2, 3, -1, 3, 2, 4,
  4213.                           5, -1, 5, 4, 6, 7, -1, 7,
  4214.                           6, 8, 9, -1, 9, 8, 10, 11,
  4215.                           -1, 11, 10, 12, 13, -1, 13, 12,
  4216.                           14, 15, -1, 15, 14, 16, 17, -1,
  4217.                           18, 0, 3, -1, 18, 3, 5, -1,
  4218.                           18, 5, 7, -1, 18, 7, 9, -1,
  4219.                           18, 9, 11, -1, 18, 11, 13, -1,
  4220.                           18, 13, 15, -1, 18, 15, 17, -1 ]
  4221.                     colorIndex    [  ]
  4222.                     texCoord    TextureCoordinate {
  4223.                       point    [ 1 0,
  4224.                             1 1,
  4225.                             0.9375 1,
  4226.                             0.9375 0,
  4227.                             0.875 1,
  4228.                             0.875 0,
  4229.                             0.8125 1,
  4230.                             0.8125 0,
  4231.                             0.75 1,
  4232.                             0.75 0,
  4233.                             0.6875 1,
  4234.                             0.6875 0,
  4235.                             0.625 1,
  4236.                             0.625 0,
  4237.                             0.5625 1,
  4238.                             0.5625 0,
  4239.                             0.5 1,
  4240.                             0.5 0,
  4241.                             0.5 0.5,
  4242.                             0.691342 0.0380602,
  4243.                             0.853553 0.146447,
  4244.                             0.96194 0.308658,
  4245.                             1 0.5,
  4246.                             0.96194 0.691342,
  4247.                             0.853553 0.853553,
  4248.                             0.691342 0.96194,
  4249.                             0.5 1 ]
  4250.                     }
  4251.  
  4252.                     texCoordIndex    [ 0, 1, 2, 3, -1, 3, 2, 4,
  4253.                           5, -1, 5, 4, 6, 7, -1, 7,
  4254.                           6, 8, 9, -1, 9, 8, 10, 11,
  4255.                           -1, 11, 10, 12, 13, -1, 13, 12,
  4256.                           14, 15, -1, 15, 14, 16, 17, -1,
  4257.                           18, 17, 19, -1, 18, 19, 20, -1,
  4258.                           18, 20, 21, -1, 18, 21, 22, -1,
  4259.                           18, 22, 23, -1, 18, 23, 24, -1,
  4260.                           18, 24, 25, -1, 18, 25, 26, -1 ]
  4261.                     ccw    TRUE
  4262.                     solid    TRUE
  4263.                     convex    TRUE
  4264.                     creaseAngle    1.25018
  4265.                   }
  4266.  
  4267.                 }
  4268.                   ]
  4269.                   translation    -435.314 62.2182 469.641
  4270.                   rotation    3.85417e-14 0.737427 -0.675427  3.14159
  4271.                   scale    0.78377 0.378793 0.328554
  4272.                   scaleOrientation    0 0 1  0
  4273.                 }
  4274.  
  4275.                 translation    0 0 0
  4276.               }
  4277.               DEF VOLUME-UP-TREE Transform {
  4278.                 children    DEF VOLUME-UP Transform {
  4279.                   children    [
  4280.                 DEF VOLUME-UP-TRIGGER TouchSensor {
  4281.                 }
  4282.                 Shape {
  4283.                   appearance    Appearance {
  4284.                     material    DEF VOLUME-UP-MAT Material {
  4285.                       ambientIntensity    0.2
  4286.                       diffuseColor    0 0.124 0.2
  4287.                       specularColor    0.0768561 0.0957447 0.0957447
  4288.                       emissiveColor    0 0 0
  4289.                       shininess    0.133333
  4290.                       transparency    0
  4291.                     }
  4292.  
  4293.                   }
  4294.  
  4295.                   geometry    IndexedFaceSet {
  4296.                     coord    Coordinate {
  4297.                       point    [ 0 -100 -100,
  4298.                             0 100 -100,
  4299.                             1.50996e-05 -100 100,
  4300.                             1.50996e-05 100 100,
  4301.                             -38.2683 -100 92.388,
  4302.                             -38.2683 100 92.388,
  4303.                             -70.7107 -100 70.7107,
  4304.                             -70.7107 100 70.7107,
  4305.                             -92.388 -100 38.2684,
  4306.                             -92.388 100 38.2684,
  4307.                             -100 -100 -1.19249e-06,
  4308.                             -100 100 -1.19249e-06,
  4309.                             -92.3879 -100 -38.2684,
  4310.                             -92.3879 100 -38.2684,
  4311.                             -70.7107 -100 -70.7107,
  4312.                             -70.7107 100 -70.7107,
  4313.                             -38.2683 -100 -92.388,
  4314.                             -38.2683 100 -92.388,
  4315.                             0 -144.328 0 ]
  4316.                     }
  4317.  
  4318.                     coordIndex    [ 2, 3, 5, 4, -1, 4, 5, 7,
  4319.                           6, -1, 6, 7, 9, 8, -1, 8,
  4320.                           9, 11, 10, -1, 10, 11, 13, 12,
  4321.                           -1, 12, 13, 15, 14, -1, 14, 15,
  4322.                           17, 16, -1, 16, 17, 1, 0, -1,
  4323.                           18, 2, 4, -1, 18, 4, 6, -1,
  4324.                           18, 6, 8, -1, 18, 8, 10, -1,
  4325.                           18, 10, 12, -1, 18, 12, 14, -1,
  4326.                           18, 14, 16, -1, 18, 16, 0, -1 ]
  4327.                     colorIndex    [  ]
  4328.                     texCoord    TextureCoordinate {
  4329.                       point    [ 0.5 0,
  4330.                             0.5 1,
  4331.                             0.4375 0,
  4332.                             0.4375 1,
  4333.                             0.375 0,
  4334.                             0.375 1,
  4335.                             0.3125 0,
  4336.                             0.3125 1,
  4337.                             0.25 0,
  4338.                             0.25 1,
  4339.                             0.1875 0,
  4340.                             0.1875 1,
  4341.                             0.125 0,
  4342.                             0.125 1,
  4343.                             0.0625 0,
  4344.                             0.0625 1,
  4345.                             0 0,
  4346.                             0 1,
  4347.                             0.5 0.5,
  4348.                             0 0.5,
  4349.                             0.5 1,
  4350.                             0.308658 0.96194,
  4351.                             0.146447 0.853554,
  4352.                             0.0380602 0.691342,
  4353.                             0.0380603 0.308658,
  4354.                             0.146447 0.146446,
  4355.                             0.308659 0.0380601 ]
  4356.                     }
  4357.  
  4358.                     texCoordIndex    [ 0, 1, 3, 2, -1, 2, 3, 5,
  4359.                           4, -1, 4, 5, 7, 6, -1, 6,
  4360.                           7, 9, 8, -1, 8, 9, 11, 10,
  4361.                           -1, 10, 11, 13, 12, -1, 12, 13,
  4362.                           15, 14, -1, 14, 15, 17, 16, -1,
  4363.                           18, 20, 21, -1, 18, 21, 22, -1,
  4364.                           18, 22, 23, -1, 18, 23, 19, -1,
  4365.                           18, 19, 24, -1, 18, 24, 25, -1,
  4366.                           18, 25, 26, -1, 18, 26, 0, -1 ]
  4367.                     creaseAngle    1.25018
  4368.                   }
  4369.  
  4370.                 }
  4371.                   ]
  4372.                   translation    -430.686 62.2182 469.641
  4373.                   rotation    0 0.737427 -0.675427  3.14159
  4374.                   scale    0.78377 0.378793 0.328554
  4375.                   scaleOrientation    0 0 1  0
  4376.                 }
  4377.  
  4378.                 translation    0 0 0
  4379.               }
  4380.             ]
  4381.             translation    -23.4217 92.0291 227.415
  4382.             rotation    -0.299153 0.197006 0.933647  0.190242
  4383.             scale    0.159772 0.159772 0.159772
  4384.             scaleOrientation    0.987839 0.15542 0.00436016  3.93437
  4385.               }
  4386.               DEF ON-OFF-BUTTON Transform {
  4387.             children    [
  4388.               DEF ON-OFF-TRIGGER TouchSensor {
  4389.               }
  4390.               Shape {
  4391.                 appearance    Appearance {
  4392.                   material    DEF _83 Material {
  4393.                 ambientIntensity    0.2
  4394.                 diffuseColor    0 0.124 0.2
  4395.                 specularColor    0.0768561 0.0957447 0.0957447
  4396.                 emissiveColor    0 0 0
  4397.                 shininess    0.133333
  4398.                 transparency    0
  4399.                   }
  4400.  
  4401.                 }
  4402.  
  4403.                 geometry    IndexedFaceSet {
  4404.                   coord    Coordinate {
  4405.                 point    [ 0 -100 -100,
  4406.                       0 100 -100,
  4407.                       70.7107 -100 -70.7107,
  4408.                       70.7107 100 -70.7107,
  4409.                       100 -100 4.37114e-06,
  4410.                       100 100 4.37114e-06,
  4411.                       70.7107 -100 70.7107,
  4412.                       70.7107 100 70.7107,
  4413.                       1.50996e-05 -100 100,
  4414.                       1.50996e-05 100 100,
  4415.                       -70.7107 -100 70.7107,
  4416.                       -70.7107 100 70.7107,
  4417.                       -100 -100 -1.19249e-06,
  4418.                       -100 100 -1.19249e-06,
  4419.                       -70.7107 -100 -70.7107,
  4420.                       -70.7107 100 -70.7107,
  4421.                       0 -133.437 0,
  4422.                       0 100 -100,
  4423.                       0 -100 -100,
  4424.                       0 -100 -100,
  4425.                       70.7107 -100 -70.7107,
  4426.                       100 -100 4.37114e-06,
  4427.                       70.7107 -100 70.7107,
  4428.                       1.50996e-05 -100 100,
  4429.                       -70.7107 -100 70.7107,
  4430.                       -100 -100 -1.19249e-06,
  4431.                       -70.7107 -100 -70.7107 ]
  4432.                   }
  4433.  
  4434.                   coordIndex    [ 16, 23, 24, -1, 16, 24, 25, -1,
  4435.                         16, 25, 26, -1, 16, 26, 19, -1,
  4436.                         16, 19, 20, -1, 16, 20, 21, -1,
  4437.                         16, 21, 22, -1, 16, 22, 23, -1,
  4438.                         8, 9, 11, -1, 11, 10, 8, -1,
  4439.                         10, 11, 13, -1, 13, 12, 10, -1,
  4440.                         12, 13, 15, -1, 15, 14, 12, -1,
  4441.                         14, 15, 17, -1, 17, 18, 14, -1,
  4442.                         0, 1, 3, -1, 3, 2, 0, -1,
  4443.                         2, 3, 5, -1, 5, 4, 2, -1,
  4444.                         4, 5, 7, -1, 7, 6, 4, -1,
  4445.                         6, 7, 9, -1, 6, 9, 8, -1 ]
  4446.                   colorIndex    [  ]
  4447.                   texCoord    TextureCoordinate {
  4448.                 point    [ 1 0,
  4449.                       1 1,
  4450.                       0.9375 0,
  4451.                       0.9375 1,
  4452.                       0.875 0,
  4453.                       0.875 1,
  4454.                       0.8125 0,
  4455.                       0.8125 1,
  4456.                       0.75 0,
  4457.                       0.75 1,
  4458.                       0.6875 0,
  4459.                       0.6875 1,
  4460.                       0.625 0,
  4461.                       0.625 1,
  4462.                       0.5625 0,
  4463.                       0.5625 1,
  4464.                       0.5 0,
  4465.                       0.5 1,
  4466.                       0.4375 0,
  4467.                       0.4375 1,
  4468.                       0.375 0,
  4469.                       0.375 1,
  4470.                       0.3125 0,
  4471.                       0.3125 1,
  4472.                       0.25 0,
  4473.                       0.25 1,
  4474.                       0.1875 0,
  4475.                       0.1875 1,
  4476.                       0.125 0,
  4477.                       0.125 1,
  4478.                       0.0625 0,
  4479.                       0.0625 1,
  4480.                       0 0,
  4481.                       0 1,
  4482.                       0.5 0.5,
  4483.                       0 0.5,
  4484.                       0.691342 0.0380602,
  4485.                       0.853553 0.146447,
  4486.                       0.853553 0.853553,
  4487.                       0.691342 0.96194,
  4488.                       0.96194 0.308658,
  4489.                       1 0.5,
  4490.                       0.96194 0.691342,
  4491.                       0.308658 0.96194,
  4492.                       0.146447 0.853554,
  4493.                       0.0380602 0.691342,
  4494.                       0.0380603 0.308658,
  4495.                       0.146447 0.146446,
  4496.                       0.308659 0.0380601 ]
  4497.                   }
  4498.  
  4499.                   texCoordIndex    [ 34, 17, 44, -1, 34, 44, 35, -1,
  4500.                         34, 35, 47, -1, 34, 47, 16, -1,
  4501.                         34, 16, 37, -1, 34, 37, 41, -1,
  4502.                         34, 41, 38, -1, 34, 38, 17, -1,
  4503.                         16, 17, 21, -1, 21, 20, 16, -1,
  4504.                         20, 21, 25, -1, 25, 24, 20, -1,
  4505.                         24, 25, 29, -1, 29, 28, 24, -1,
  4506.                         28, 29, 33, -1, 33, 32, 28, -1,
  4507.                         0, 1, 5, -1, 5, 4, 0, -1,
  4508.                         4, 5, 9, -1, 9, 8, 4, -1,
  4509.                         8, 9, 13, -1, 13, 12, 8, -1,
  4510.                         12, 13, 17, -1, 12, 17, 16, -1 ]
  4511.                   creaseAngle    1.33937
  4512.                 }
  4513.  
  4514.               }
  4515.             ]
  4516.             translation    -161.479 80.0417 304.219
  4517.             rotation    -0.99811 -0.0278333 -0.0547894  1.53354
  4518.             scale    0.0637643 0.0637647 0.0453012
  4519.             scaleOrientation    2.98284e-05 1.91796e-05 1  0.0106977
  4520.               }
  4521.               DEF ON-OFF-LED Transform {
  4522.             children    [
  4523.               DEF BOOTUP-ANIMATION-TREE Group {
  4524.                 children    [
  4525.                   DEF BOOTUP-ANIMATION CoKeyframeAnimation {
  4526.                 children    DEF Time_84 TimeSensor {
  4527.                   cycleInterval    30
  4528.                   startTime    0
  4529.                 }
  4530.  
  4531.                 duration    30
  4532.                 framesPerSecond    10
  4533.                   }
  4534.                   DEF BOOTUP-EmissiveColorInterp CoHermiteColorInterpolator {
  4535.                 key    [ 0, 0.01, 0.05, 0.333333 ]
  4536.                 keyTypes    [ CONSTANT,
  4537.                       CONSTANT,
  4538.                       CONSTANT,
  4539.                       CONSTANT ]
  4540.                 numFrames    300
  4541.                 keyValue    [ 0 0 0,
  4542.                       1 0 0,
  4543.                       1 0.456989 0,
  4544.                       0.181476 1 0.21879 ]
  4545.                   }
  4546.                 ]
  4547.               }
  4548.               DEF SHUTDOWN-ANIMATION-TREE Group {
  4549.                 children    [
  4550.                   DEF SHUTDOWN-ANIMATION CoKeyframeAnimation {
  4551.                 children    DEF Time_86 TimeSensor {
  4552.                   cycleInterval    8
  4553.                   startTime    0
  4554.                 }
  4555.  
  4556.                 duration    8
  4557.                 framesPerSecond    10
  4558.                   }
  4559.                   DEF SHUTDOWN-EmissiveColorInterp CoHermiteColorInterpolator {
  4560.                 key    [ 0, 0.0125, 0.0625, 0.125,
  4561.                       0.1875, 0.25, 0.3125, 0.375,
  4562.                       0.4375, 0.5, 0.5625, 0.625,
  4563.                       0.6875, 0.75, 0.8125, 0.875,
  4564.                       0.9375 ]
  4565.                 keyTypes    [ CONSTANT,
  4566.                       CONSTANT,
  4567.                       CONSTANT,
  4568.                       CONSTANT,
  4569.                       CONSTANT,
  4570.                       CONSTANT,
  4571.                       CONSTANT,
  4572.                       CONSTANT,
  4573.                       CONSTANT,
  4574.                       CONSTANT,
  4575.                       CONSTANT,
  4576.                       CONSTANT,
  4577.                       CONSTANT,
  4578.                       CONSTANT,
  4579.                       CONSTANT,
  4580.                       CONSTANT,
  4581.                       CONSTANT ]
  4582.                 numFrames    80
  4583.                 keyValue    [ 0 0 0,
  4584.                       1 0.0586909 0,
  4585.                       0.720675 1 0,
  4586.                       1 0.0586909 0,
  4587.                       0.720675 1 0,
  4588.                       1 0.0586909 0,
  4589.                       0.720675 1 0,
  4590.                       1 0.0586909 0,
  4591.                       0.720675 1 0,
  4592.                       1 0.0586909 0,
  4593.                       0.720675 1 0,
  4594.                       1 0.0586909 0,
  4595.                       0.720675 1 0,
  4596.                       1 0.0586909 0,
  4597.                       0.720675 1 0,
  4598.                       1 0.0586909 0,
  4599.                       0 0 0 ]
  4600.                   }
  4601.                 ]
  4602.               }
  4603.               Shape {
  4604.                 appearance    Appearance {
  4605.                   material    DEF _88 Material {
  4606.                 ambientIntensity    0
  4607.                 diffuseColor    0 0 0
  4608.                 specularColor    0 0 0
  4609.                 emissiveColor    0 0 0
  4610.                 shininess    0
  4611.                 transparency    0
  4612.                   }
  4613.  
  4614.                 }
  4615.  
  4616.                 geometry    IndexedFaceSet {
  4617.                   coord    Coordinate {
  4618.                 point    [ -6.6196 6.61954 6.61952,
  4619.                       -6.6196 -6.61954 6.61952,
  4620.                       6.6196 6.61954 6.61952,
  4621.                       6.6196 -6.61954 6.61952,
  4622.                       6.6196 6.61954 -6.61952,
  4623.                       6.6196 -6.61954 -6.61952,
  4624.                       -6.6196 6.61954 -6.61952,
  4625.                       -6.6196 -6.61954 -6.61952 ]
  4626.                   }
  4627.  
  4628.                   coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  4629.                         6, -1, 6, 7, 1, 0, -1, 2,
  4630.                         3, 5, 4, -1, 6, 0, 2, 4,
  4631.                         -1 ]
  4632.                   colorIndex    [  ]
  4633.                   texCoord    TextureCoordinate {
  4634.                 point    [ 0 1,
  4635.                       0 0,
  4636.                       1 1,
  4637.                       1 0 ]
  4638.                   }
  4639.  
  4640.                   texCoordIndex    [ 0, 1, 3, 2, -1, 0, 1, 3,
  4641.                         2, -1, 0, 1, 3, 2, -1, 0,
  4642.                         1, 3, 2, -1, 0, 1, 3, 2,
  4643.                         -1 ]
  4644.                   creaseAngle    2.24868
  4645.                 }
  4646.  
  4647.               }
  4648.             ]
  4649.             translation    -180.703 77.7991 302.474
  4650.             rotation    0.906008 -0.286573 -0.311488  1.80295
  4651.             scale    0.197688 0.411328 0.197683
  4652.             scaleOrientation    -1.53785e-05 1 1.07744e-05  0.279925
  4653.               }
  4654.             ]
  4655.           }
  4656.           Transform {
  4657.             children    [
  4658.             ]
  4659.           }
  4660.         ]
  4661.           }
  4662.  
  4663.         }
  4664.         DEF POWER-SUPPLY-TREE Transform {
  4665.           children    Anchor {
  4666.         children    [
  4667.           DEF DefaultTouchSensor_89 TouchSensor {
  4668.             enabled    TRUE
  4669.           }
  4670.           DEF POWER-SUPPLY Transform {
  4671.             children    [
  4672.               DEF _91 Group {
  4673.             children    [
  4674.               DEF POWERSUPPLY-ANIMATION CoKeyframeAnimation {
  4675.                 children    DEF Time_92 TimeSensor {
  4676.                   cycleInterval    6
  4677.                   startTime    0
  4678.                 }
  4679.  
  4680.                 duration    6
  4681.                 framesPerSecond    10
  4682.               }
  4683.               DEF POWER-SUPPLYTranslationInterp CoHermitePositionInterpolator {
  4684.                 key    [ 0, 0.383333, 0.516667, 0.633333,
  4685.                       0.833333, 1 ]
  4686.                 keyTypes    [ LINEAR,
  4687.                       HERMITE,
  4688.                       HERMITE,
  4689.                       HERMITE,
  4690.                       HERMITE,
  4691.                       HERMITE ]
  4692.                 numFrames    60
  4693.                 keyValue    [ -46.2106 284.737 260.138,
  4694.                       -46.2106 284.737 35.218,
  4695.                       -103.63 298.376 -80.2082,
  4696.                       -192.744 275.161 -66.7967,
  4697.                       -300.65 159.025 33.7118,
  4698.                       -302.11 127.775 46.4378 ]
  4699.               }
  4700.               DEF POWER-SUPPLYRotationInterp CoHermiteOrientationInterpolator {
  4701.                 key    [ 0, 0.383333, 0.516667, 0.633333,
  4702.                       0.833333, 1 ]
  4703.                 keyTypes    [ LINEAR,
  4704.                       HERMITE,
  4705.                       HERMITE,
  4706.                       HERMITE,
  4707.                       HERMITE,
  4708.                       HERMITE ]
  4709.                 numFrames    60
  4710.                 keyValue    [ 0 0 1  0,
  4711.                       0 0 1  0,
  4712.                       0.155918 0.987695 0.0121323  0.586177,
  4713.                       0.0793153 0.996699 -0.0173101  1.11144,
  4714.                       0.00751262 0.999968 -0.00269026  0.745865,
  4715.                       0 1 0  0.809553 ]
  4716.               }
  4717.               DEF POWER-SUPPLYScaleOrientationInterp CoHermiteOrientationInterpolator {
  4718.                 key    [  ]
  4719.                 keyTypes    [  ]
  4720.                 numFrames    60
  4721.                 keyValue    [  ]
  4722.               }
  4723.               DEF POWER-SUPPLYScaleFactorInterp CoHermitePositionInterpolator {
  4724.                 key    [  ]
  4725.                 keyTypes    [  ]
  4726.                 numFrames    60
  4727.                 keyValue    [  ]
  4728.               }
  4729.             ]
  4730.               }
  4731.               DEF POWERSUPPLY-LOGIC Script {
  4732.             eventOut            SFFloat            fractionOut
  4733.             eventOut            SFBool            pwrCoverTriggerEnable
  4734.             eventOut            SFTime            delayedStartTime
  4735.             eventOut            SFBool            moduleRemoved
  4736.             eventIn            SFBool            timerActive
  4737.             eventIn            SFFloat            fractionIn
  4738.             eventIn            SFTime            triggerTime
  4739.             field            SFBool            moduleRemovedStatus    TRUE
  4740.             url    "vrmlscript:
  4741. function timerActive(value, time)
  4742. {
  4743.     if (!value) {
  4744.     moduleRemovedStatus = !moduleRemovedStatus;
  4745.         moduleRemoved = moduleRemovedStatus;
  4746.     }
  4747.    
  4748.     pwrCoverTriggerEnable = !value;
  4749. }
  4750.  
  4751. function fractionIn(value, time)
  4752. {
  4753.     if (!moduleRemovedStatus) fractionOut = value;
  4754.         else fractionOut = 1-value;
  4755. }
  4756.  
  4757. function triggerTime(value, time)
  4758. {
  4759.     delayedStartTime = value + 1;
  4760. }
  4761. "
  4762.               }
  4763.               Shape {
  4764.             appearance    Appearance {
  4765.               material    Material {
  4766.                 ambientIntensity    0.230089
  4767.                 diffuseColor    0.610811 0.610811 0.610811
  4768.                 specularColor    0.767568 0.756757 0.764964
  4769.                 emissiveColor    0.212766 0.212766 0.212766
  4770.                 shininess    0.897297
  4771.                 transparency    0
  4772.               }
  4773.  
  4774.               texture    ImageTexture {
  4775.                 url    "Textures/powerSupply.jpg"
  4776.               }
  4777.  
  4778.               textureTransform    TextureTransform {
  4779.                 translation    0 -0.02
  4780.                 rotation    4.71239
  4781.                 scale    0.587726 0.552326
  4782.                 center    -0.5 -0.52
  4783.               }
  4784.  
  4785.             }
  4786.  
  4787.             geometry    IndexedFaceSet {
  4788.               coord    Coordinate {
  4789.                 point    [ -54.2125 -62.61 -15.1456,
  4790.                       -54.2125 -0.51 -2.7096,
  4791.                       -54.2125 -89.41 -15.1456,
  4792.                       -54.2125 -89.41 -209.978,
  4793.                       -54.2125 -0.51 -209.978,
  4794.                       -168.102 -0.51 -2.7096,
  4795.                       -54.2125 -62.61 -2.7096,
  4796.                       -168.102 -0.51 -209.978,
  4797.                       -168.102 -89.41 -209.978,
  4798.                       -168.102 -89.41 -15.1456,
  4799.                       -168.102 -62.61 -2.7096,
  4800.                       -168.102 -62.61 -15.1456,
  4801.                       -163.818 -54.4075 -209.978,
  4802.                       -140.958 -84.2525 -209.978,
  4803.                       -163.818 -84.2525 -209.978,
  4804.                       -140.958 -84.2525 -212.978,
  4805.                       -140.958 -54.4075 -209.978,
  4806.                       -140.958 -54.4075 -212.978,
  4807.                       -163.818 -84.2525 -212.978,
  4808.                       -163.818 -54.4075 -212.978,
  4809.                       -145.307 -62.2348 -212.978,
  4810.                       -159.138 -80.0555 -212.978,
  4811.                       -145.307 -76.4252 -212.978,
  4812.                       -148.937 -80.0555 -212.978,
  4813.                       -148.937 -58.6045 -212.978,
  4814.                       -159.138 -58.6045 -212.978,
  4815.                       -145.307 -76.4252 -196.468,
  4816.                       -145.307 -62.2348 -196.468,
  4817.                       -148.937 -80.0555 -196.468,
  4818.                       -159.138 -80.0555 -196.468,
  4819.                       -148.937 -58.6045 -196.468,
  4820.                       -159.138 -58.6045 -196.468,
  4821.                       -135.967 -76.52 -1.39506,
  4822.                       -135.967 -68.92 -1.39506,
  4823.                       -135.967 -68.92 -15.5416,
  4824.                       -135.967 -76.52 -15.5416,
  4825.                       -86.3475 -76.52 -15.5416,
  4826.                       -86.3475 -76.52 -1.39506,
  4827.                       -86.3475 -68.92 -1.39506,
  4828.                       -86.3475 -68.92 -15.5416,
  4829.                       -147.87 -75.2774 -3.21531,
  4830.                       -147.87 -70.6239 -3.21531,
  4831.                       -147.87 -70.6239 -15.1456,
  4832.                       -147.87 -75.2774 -15.1456,
  4833.                       -143.711 -75.2774 -15.1456,
  4834.                       -143.711 -75.2774 -3.21531,
  4835.                       -143.711 -70.6239 -3.21531,
  4836.                       -143.711 -70.6239 -15.1456,
  4837.                       -78.1394 -75.2571 -3.21531,
  4838.                       -78.1394 -70.6036 -3.21531,
  4839.                       -78.1394 -70.6036 -15.1456,
  4840.                       -78.1394 -75.2571 -15.1456,
  4841.                       -73.9804 -75.2571 -15.1456,
  4842.                       -73.9804 -75.2571 -3.21531,
  4843.                       -73.9804 -70.6036 -3.21531,
  4844.                       -73.9804 -70.6036 -15.1456 ]
  4845.               }
  4846.  
  4847.               coordIndex    [ 10, 6, 5, -1, 1, 5, 6, -1,
  4848.                     1, 4, 5, -1, 7, 5, 4, -1,
  4849.                     11, 0, 10, -1, 6, 10, 0, -1,
  4850.                     2, 0, 11, -1, 11, 9, 2, -1,
  4851.                     3, 2, 9, -1, 9, 8, 3, -1,
  4852.                     21, 18, 19, -1, 21, 19, 25, -1,
  4853.                     24, 19, 17, -1, 24, 17, 20, -1,
  4854.                     15, 20, 17, -1, 22, 20, 15, -1,
  4855.                     22, 15, 23, -1, 21, 23, 15, -1,
  4856.                     21, 15, 18, -1, 22, 26, 20, -1,
  4857.                     27, 20, 26, -1, 20, 27, 24, -1,
  4858.                     24, 30, 25, -1, 30, 24, 27, -1,
  4859.                     30, 27, 31, -1, 31, 25, 30, -1,
  4860.                     26, 28, 31, -1, 23, 28, 22, -1,
  4861.                     26, 22, 28, -1, 18, 15, 14, -1,
  4862.                     13, 14, 15, -1, 14, 12, 18, -1,
  4863.                     19, 18, 12, -1, 12, 16, 19, -1,
  4864.                     17, 19, 16, -1, 16, 13, 17, -1,
  4865.                     15, 17, 13, -1, 21, 25, 29, -1,
  4866.                     31, 29, 25, -1, 21, 29, 23, -1,
  4867.                     28, 23, 29, -1, 29, 31, 28, -1,
  4868.                     26, 31, 27, -1, 24, 25, 19, -1,
  4869.                     8, 7, 12, -1, 8, 12, 14, -1,
  4870.                     8, 14, 13, -1, 12, 7, 4, -1,
  4871.                     4, 3, 16, -1, 16, 12, 4, -1,
  4872.                     3, 8, 13, -1, 13, 16, 3, -1,
  4873.                     32, 33, 34, -1, 34, 35, 32, -1,
  4874.                     32, 35, 36, -1, 33, 32, 37, -1,
  4875.                     36, 37, 32, -1, 37, 38, 33, -1,
  4876.                     38, 37, 36, -1, 34, 33, 38, -1,
  4877.                     36, 39, 38, -1, 38, 39, 34, -1,
  4878.                     40, 41, 42, -1, 42, 43, 40, -1,
  4879.                     40, 43, 44, -1, 41, 40, 45, -1,
  4880.                     44, 45, 40, -1, 45, 46, 41, -1,
  4881.                     46, 45, 44, -1, 42, 41, 46, -1,
  4882.                     44, 47, 46, -1, 46, 47, 42, -1,
  4883.                     48, 49, 50, -1, 50, 51, 48, -1,
  4884.                     48, 51, 52, -1, 49, 48, 53, -1,
  4885.                     52, 53, 48, -1, 53, 54, 49, -1,
  4886.                     54, 53, 52, -1, 50, 49, 54, -1,
  4887.                     52, 55, 54, -1, 54, 55, 50, -1,
  4888.                     11, 10, 5, 7, 8, 9, -1, 4,
  4889.                     1, 6, 0, 2, 3, -1 ]
  4890.               colorIndex    [  ]
  4891.               texCoord    TextureCoordinate {
  4892.                 point    [ 0.935011 0.538274,
  4893.                       0.956569 0.529963,
  4894.                       0.906185 0.926943,
  4895.                       -0.348205 0.53337,
  4896.                       0.0433514 0.532071,
  4897.                       0.958131 0.0227086,
  4898.                       0.993787 0.538274,
  4899.                       0.0458572 0.0249229,
  4900.                       -0.347924 0.0201581,
  4901.                       0.902514 1.42304,
  4902.                       0.993787 0,
  4903.                       0.935011 0,
  4904.                       0.0141788 0.0202474,
  4905.                       -0.327206 0.0414717,
  4906.                       0.0141788 0.0202474,
  4907.                       -0.326169 0.056366,
  4908.                       -0.197084 0.0547111,
  4909.                       -0.198121 0.0403684,
  4910.                       0 0.0202474,
  4911.                       0 0.0202474,
  4912.                       -0.225827 0.128104,
  4913.                       -0.307737 0.0547354,
  4914.                       -0.299487 0.127794,
  4915.                       -0.316745 0.109006,
  4916.                       -0.206646 0.108796,
  4917.                       -0.212867 0.0541837,
  4918.                       -0.223813 0.107212,
  4919.                       -0.227839 0.115781,
  4920.                       -0.227839 0.113945,
  4921.                       -0.224963 0.108436,
  4922.                       -0.224388 0.113333,
  4923.                       -0.227264 0.114557,
  4924.                       1 0.151879,
  4925.                       1 0.151879,
  4926.                       0.93314 0.151879,
  4927.                       0.93314 0.151879,
  4928.                       0.93314 0.386395,
  4929.                       1 0.386395,
  4930.                       1 0.386395,
  4931.                       0.93314 0.386395,
  4932.                       0.991397 0.0956221,
  4933.                       0.991397 0.0956221,
  4934.                       0.998688 0.10638,
  4935.                       1.01206 0.101044,
  4936.                       1.00621 0.117052,
  4937.                       0.991397 0.115279,
  4938.                       0.991397 0.115279,
  4939.                       0.935011 0.115279,
  4940.                       0.991397 0.425188,
  4941.                       0.991397 0.425188,
  4942.                       0.986987 0.418545,
  4943.                       1.00454 0.445226,
  4944.                       1.0154 0.440779,
  4945.                       0.991397 0.444845,
  4946.                       0.991397 0.444845,
  4947.                       1.00537 0.444337,
  4948.                       0.047527 0.530549,
  4949.                       0.959294 0.528264,
  4950.                       0.961098 0.800847,
  4951.                       0.908181 0.800207,
  4952.                       0.908262 0.91502,
  4953.                       0.0488554 0.918925,
  4954.                       0.907322 -0.269022,
  4955.                       0.965406 -0.269022,
  4956.                       0.96773 0.0189983,
  4957.                       0.0450511 0.0225217,
  4958.                       0.0422882 -0.380265,
  4959.                       0.906243 -0.383671,
  4960.                       1.23088 0.0256346,
  4961.                       1.23336 0.531009,
  4962.                       0.961101 0.024613,
  4963.                       0.958876 0.530525,
  4964.                       0.961101 0.024613,
  4965.                       1.23279 0.530335,
  4966.                       1.23271 0.021722,
  4967.                       1.34906 0.0241238,
  4968.                       1.35089 0.52969,
  4969.                       1.35165 0.53009,
  4970.                       1.23489 0.53009,
  4971.                       1.23316 0.0217852,
  4972.                       1.25846 0.163753,
  4973.                       1.30527 0.164642,
  4974.                       1.3061 0.394097,
  4975.                       1.30694 0.393208,
  4976.                       1.2593 0.394097,
  4977.                       1.25846 0.163753,
  4978.                       1.29774 0.137072,
  4979.                       1.26264 0.136183,
  4980.                       1.26264 0.100609,
  4981.                       1.26264 0.0988298,
  4982.                       1.29942 0.0979405,
  4983.                       1.29942 0.137072,
  4984.                       1.29623 0.452341,
  4985.                       1.26447 0.451451,
  4986.                       1.26363 0.422103,
  4987.                       1.2979 0.418545,
  4988.                       1.26447 0.420324,
  4989.                       1.29707 0.45323,
  4990.                       0.0483948 0.925641,
  4991.                       0.902514 1.42174,
  4992.                       0.0447237 1.42044,
  4993.                       0.0471711 0.925641,
  4994.                       0.912748 1.06858,
  4995.                       0.967373 1.06814,
  4996.                       0.968336 1.2882,
  4997.                       0.968214 1.28882,
  4998.                       0.911946 1.28925,
  4999.                       0.912337 1.06902,
  5000.                       0.966995 1.29046,
  5001.                       0.919014 1.29046,
  5002.                       0.918134 1.0689,
  5003.                       0.918134 1.0689,
  5004.                       0.966115 1.06984,
  5005.                       0.966555 1.28999,
  5006.                       0.0433514 0.532071,
  5007.                       -0.348618 0.533096,
  5008.                       -0.194479 0.142311,
  5009.                       -0.325533 0.142199,
  5010.                       -0.194826 0.141818,
  5011.                       -0.348205 0.532789,
  5012.                       -0.194899 0.1415,
  5013.                       -0.19442 0.0401073,
  5014.                       0.0429497 0.532168,
  5015.                       -0.194795 0.0394185,
  5016.                       0.0447239 0.0243151,
  5017.                       0.0433514 0.532071,
  5018.                       -0.347746 0.0209028,
  5019.                       -0.325454 0.142895,
  5020.                       -0.346709 0.0210891,
  5021.                       0.0444908 0.0235842,
  5022.                       -0.194013 0.0396745,
  5023.                       -0.346804 0.0211596,
  5024.                       -0.193908 0.0395091,
  5025.                       -0.325448 0.0403914,
  5026.                       -0.325325 0.0405366,
  5027.                       -0.325454 0.142294,
  5028.                       -0.296865 0.127411,
  5029.                       -0.209432 0.0564087,
  5030.                       -0.227264 0.126798,
  5031.                       -0.296865 0.127411,
  5032.                       -0.316998 0.107824,
  5033.                       -0.208857 0.0564087,
  5034.                       -0.316422 0.0551846,
  5035.                       -0.210007 0.0557966,
  5036.                       -0.316998 0.108436,
  5037.                       -0.207706 0.107824,
  5038.                       -0.227264 0.126186,
  5039.                       -0.208282 0.0557966,
  5040.                       -0.226689 0.127411,
  5041.                       -0.230715 0.118841,
  5042.                       -0.220361 0.115169,
  5043.                       -0.221512 0.11272,
  5044.                       -0.23129 0.118841,
  5045.                       -0.226113 0.118841,
  5046.                       -0.228414 0.11272,
  5047.                       -0.230715 0.114557,
  5048.                       -0.233016 0.117617,
  5049.                       -0.229565 0.115169,
  5050.                       -0.227264 0.115169,
  5051.                       -0.226689 0.115169,
  5052.                       -0.225538 0.114557,
  5053.                       -0.226113 0.115169,
  5054.                       -0.226689 0.113945,
  5055.                       -0.225538 0.114557,
  5056.                       -0.228989 0.113945,
  5057.                       -0.222087 0.109048,
  5058.                       -0.229565 0.115169,
  5059.                       -0.224963 0.109048,
  5060.                       -0.228414 0.110884,
  5061.                       -0.226689 0.110884,
  5062.                       -0.223813 0.115169,
  5063.                       -0.227839 0.111496,
  5064.                       -0.218636 0.107212,
  5065.                       -0.227264 0.114557,
  5066.                       -0.219786 0.105988,
  5067.                       -0.225538 0.107212,
  5068.                       -0.214609 0.105375,
  5069.                       -0.226689 0.110884,
  5070.                       -0.322285 0.14075,
  5071.                       -0.224811 0.12768,
  5072.                       -0.196294 0.14075,
  5073.                       -0.296939 0.127395,
  5074.                       -0.224592 0.127395,
  5075.                       -0.322531 0.140226,
  5076.                       -0.328309 0.139295,
  5077.                       -0.315927 0.107564,
  5078.                       -0.3152 0.0621655,
  5079.                       -0.329101 0.137768,
  5080.                       -0.329873 0.0432648,
  5081.                       -0.316745 0.0572349,
  5082.                       -0.329101 0.136125,
  5083.                       -0.207683 0.109899,
  5084.                       -0.196796 0.140791,
  5085.                       -0.20872 0.109348,
  5086.                       -0.208201 0.0591485,
  5087.                       -0.198121 0.042575,
  5088.                       -0.199157 0.0436783,
  5089.                       -0.195759 0.140791,
  5090.                       -0.308255 0.0541837,
  5091.                       -0.199157 0.0436783,
  5092.                       -0.330029 0.041496,
  5093.                       -0.198352 0.0403927,
  5094.                       -0.32565 0.0431267,
  5095.                       -0.197084 0.0403684,
  5096.                       -0.325132 0.0525046,
  5097.                       -0.196047 0.0547111,
  5098.                       -0.326169 0.0525046,
  5099.                       -0.197084 0.0398168,
  5100.                       -0.197602 0.0547111,
  5101.                       -0.327206 0.0414717,
  5102.                       -0.197602 0.0420234,
  5103.                       -0.196565 0.0558144,
  5104.                       -0.327206 0.0403684,
  5105.                       -0.194492 0.0552627,
  5106.                       -0.32565 0.0536078,
  5107.                       -0.327724 0.0392652 ]
  5108.               }
  5109.  
  5110.               normalIndex    -1
  5111.               texCoordIndex    [ 68, 69, 70, -1, 71, 72, 73, -1,
  5112.                     1, 4, 5, -1, 7, 5, 4, -1,
  5113.                     11, 0, 10, -1, 6, 10, 0, -1,
  5114.                     77, 78, 79, -1, 74, 75, 76, -1,
  5115.                     98, 2, 99, -1, 9, 100, 101, -1,
  5116.                     21, 200, 201, -1, 198, 199, 25, -1,
  5117.                     24, 196, 197, -1, 191, 192, 20, -1,
  5118.                     178, 179, 180, -1, 181, 182, 183, -1,
  5119.                     22, 184, 185, -1, 189, 23, 190, -1,
  5120.                     186, 187, 188, -1, 156, 157, 158, -1,
  5121.                     27, 154, 155, -1, 148, 149, 150, -1,
  5122.                     159, 160, 161, -1, 151, 152, 153, -1,
  5123.                     145, 146, 147, -1, 162, 163, 30, -1,
  5124.                     139, 140, 141, -1, 176, 28, 177, -1,
  5125.                     26, 174, 175, -1, 205, 206, 207, -1,
  5126.                     202, 203, 204, -1, 14, 12, 18, -1,
  5127.                     19, 18, 12, -1, 212, 213, 214, -1,
  5128.                     17, 215, 16, -1, 208, 209, 210, -1,
  5129.                     15, 211, 13, -1, 166, 167, 168, -1,
  5130.                     31, 164, 165, -1, 172, 29, 173, -1,
  5131.                     169, 170, 171, -1, 142, 143, 144, -1,
  5132.                     136, 137, 138, -1, 193, 194, 195, -1,
  5133.                     128, 129, 130, -1, 131, 132, 133, -1,
  5134.                     8, 134, 135, -1, 123, 124, 125, -1,
  5135.                     114, 115, 116, -1, 120, 121, 122, -1,
  5136.                     3, 126, 127, -1, 117, 118, 119, -1,
  5137.                     32, 33, 34, -1, 34, 35, 32, -1,
  5138.                     105, 106, 107, -1, 80, 81, 82, -1,
  5139.                     102, 103, 104, -1, 83, 84, 85, -1,
  5140.                     38, 37, 36, -1, 111, 112, 113, -1,
  5141.                     36, 39, 38, -1, 108, 109, 110, -1,
  5142.                     40, 41, 42, -1, 42, 43, 40, -1,
  5143.                     40, 43, 44, -1, 89, 90, 91, -1,
  5144.                     44, 45, 40, -1, 86, 87, 88, -1,
  5145.                     46, 45, 44, -1, 42, 41, 46, -1,
  5146.                     44, 47, 46, -1, 46, 47, 42, -1,
  5147.                     48, 49, 50, -1, 50, 51, 48, -1,
  5148.                     48, 51, 52, -1, 95, 96, 97, -1,
  5149.                     52, 53, 48, -1, 92, 93, 94, -1,
  5150.                     54, 53, 52, -1, 50, 49, 54, -1,
  5151.                     52, 55, 54, -1, 54, 55, 50, -1,
  5152.                     62, 63, 64, 65, 66, 67, -1, 56,
  5153.                     57, 58, 59, 60, 61, -1 ]
  5154.               creaseAngle    0.5
  5155.             }
  5156.  
  5157.               }
  5158.             ]
  5159.             translation    -302.11 127.775 46.4378
  5160.             rotation    1.07728e-07 1 3.62607e-08  0.809553
  5161.             scale    0.999994 0.999991 0.999993
  5162.             scaleOrientation    -0.221869 -0.906906 0.358183  1.35393
  5163.             center    -111.157 -44.96 -107.187
  5164.           }
  5165.         ]
  5166.         url    "TechDocs/powerSupply.html"
  5167.         parameter    "target=secondary"
  5168.           }
  5169.  
  5170.         }
  5171.         DEF BASE Transform {
  5172.           children    Shape {
  5173.         appearance    Appearance {
  5174.           material    Material {
  5175.             ambientIntensity    0
  5176.             diffuseColor    0.04 0.04 0.04
  5177.             specularColor    0.0744681 0.0744681 0.0744681
  5178.             emissiveColor    0 0 0
  5179.             shininess    0.202128
  5180.             transparency    0
  5181.           }
  5182.  
  5183.         }
  5184.  
  5185.         geometry    IndexedFaceSet {
  5186.           coord    Coordinate {
  5187.             point    [ -155.986 76.187 309.385,
  5188.                   -188.992 75.4211 299.591,
  5189.                   -186.407 75.6463 300.335,
  5190.                   -243.169 69.575 57.1089,
  5191.                   -245.589 36.837 56.7859,
  5192.                   -238.93 69.7827 44.5089,
  5193.                   -250.792 36.837 146.516,
  5194.                   -240.153 36.837 41.9248,
  5195.                   -237.01 101.51 57.828,
  5196.                   -234.153 101.722 48.6112,
  5197.                   -238.424 57.3881 267.812,
  5198.                   -239.934 36.837 268.017,
  5199.                   -244.509 67.0608 219.879,
  5200.                   -247.486 74.6315 151.16,
  5201.                   -235.595 73.6957 267.427,
  5202.                   -234.897 36.837 282.653,
  5203.                   -247.474 36.837 215.024,
  5204.                   -231.629 108.556 52.2116,
  5205.                   -233.163 108.396 58.2724,
  5206.                   -240.385 87.8862 219.416,
  5207.                   -228.488 69.8418 35.3594,
  5208.                   -228.459 101.946 42.559,
  5209.                   -228.459 36.837 32.616,
  5210.                   -228.459 108.748 47.5323,
  5211.                   -34.8545 36.837 27.7077,
  5212.                   -38.9497 36.837 26.4544,
  5213.                   -38.9497 85.6929 30.6569,
  5214.                   -35.3805 65.8973 29.3476,
  5215.                   -23.9246 66.1263 34.8578,
  5216.                   -22.0316 36.837 34.0954,
  5217.                   -36.5047 94.6095 32.851,
  5218.                   -38.4443 122.336 38.8953,
  5219.                   -26.103 94.9237 37.8445,
  5220.                   -26.895 123.006 45.6983,
  5221.                   -38.9497 129.369 42.9257,
  5222.                   -18.7156 95.2004 46.3335,
  5223.                   -15.4242 66.3012 44.6191,
  5224.                   -22.1397 123.951 57.3228,
  5225.                   -15.6209 95.4448 56.5949,
  5226.                   -16.8605 125.207 127.979,
  5227.                   -26.0105 130.673 57.8248,
  5228.                   -29.7089 129.943 48.5037,
  5229.                   -11.9241 66.429 56.1573,
  5230.                   -14.2411 36.837 43.1268,
  5231.                   -10.1782 36.837 55.9509,
  5232.                   -4.48656 36.837 164.64,
  5233.                   -12.0878 105.472 120.924,
  5234.                   -12.1207 97.5593 197.924,
  5235.                   -19.432 84.3143 271.672,
  5236.                   -24.4588 106.544 270.975,
  5237.                   -28.3317 102.366 285.014,
  5238.                   -17.5832 119.439 199.637,
  5239.                   -21.3446 125.633 199.917,
  5240.                   -28.0524 112.568 270.477,
  5241.                   -20.6539 131.643 129.002,
  5242.                   -7.31162 75.5035 126.221,
  5243.                   -7.12983 70.8663 177.816,
  5244.                   -17.6598 72.1276 271.917,
  5245.                   -15.0209 36.837 272.283,
  5246.                   -22.5663 70.6251 287.432,
  5247.                   -20.6692 36.837 289.064,
  5248.                   -6.2951 61.4335 116.876,
  5249.                   -172.182 76.9349 303.947,
  5250.                   -32.5662 69.1633 298.606,
  5251.                   -30.3315 36.837 299.819,
  5252.                   -47.2977 65.2912 305.802,
  5253.                   -46.6608 36.837 307.586,
  5254.                   -101.697 59.6232 316.341,
  5255.                   -99.7713 36.837 317.715,
  5256.                   -48.94 92.9987 301.204,
  5257.                   -100.806 78.3043 313.278,
  5258.                   -35.7294 98.0354 294.181,
  5259.                   -155.667 68.6701 312.172,
  5260.                   -157.271 55.1112 314.033,
  5261.                   -155.881 36.837 315.476,
  5262.                   -210.68 64.7076 297.54,
  5263.                   -211.362 52.7161 299.291,
  5264.                   -211.746 36.837 300.279,
  5265.                   -226.337 36.837 292.455,
  5266.                   -224.773 65.0364 289.858,
  5267.                   -232.033 67.6164 280.828,
  5268.                   -236.753 95.4394 214.43,
  5269.                   -231.537 82.1499 266.875,
  5270.                   -228.092 76.469 279.258,
  5271.                   -31.3884 109.254 282.348,
  5272.                   -50.5384 101.999 296.728,
  5273.                   -81.0567 89.6187 307.65,
  5274.                   -76.3003 95.1549 304.16,
  5275.                   -38.5658 105.772 290.811,
  5276.                   -161.728 73.2211 309.635,
  5277.                   -220.621 73.4147 287.805,
  5278.                   -157.068 74.5007 309.988,
  5279.                   -153.966 78.2701 308.144,
  5280.                   -104.988 88.3127 308.618,
  5281.                   -96.6908 86.265 310.349,
  5282.                   -209.171 73.2076 293.665,
  5283.                   -192.954 73.3108 300.218,
  5284.                   -181.093 74.0826 303.784,
  5285.                   -166.577 74.7297 307.539,
  5286.                   -181.047 78.54 302.773,
  5287.                   -193.386 76.6075 299.124,
  5288.                   -196.736 75.0115 297.006,
  5289.                   -242.62 91.1162 146.246,
  5290.                   -241.867 93.143 153.03,
  5291.                   -241.24 95.5294 155.987,
  5292.                   -237.456 96.9797 70.7141,
  5293.                   -238.474 94.9291 75.0525,
  5294.                   -239.027 94.4647 79.6858,
  5295.                   -234.978 103.708 65.0008,
  5296.                   -240.073 99.5992 159.423,
  5297.                   -239.692 101.399 160.838,
  5298.                   -234.343 108.882 63.6294,
  5299.                   -89.6155 86.8129 309.532,
  5300.                   -168.303 76.8607 305.166,
  5301.                   -87.7286 41.9727 49.3665,
  5302.                   -38.9241 41.9727 49.3665,
  5303.                   -69.873 41.9727 22.6205,
  5304.                   -69.8568 36.9796 21.1055,
  5305.                   -133.567 36.9796 17.2865,
  5306.                   -227.445 41.9727 49.3665,
  5307.                   -38.5679 41.9727 28.9635,
  5308.                   -38.5411 36.9796 27.4234,
  5309.                   -168.516 41.9727 49.3665,
  5310.                   -196.875 41.9727 26.8264,
  5311.                   -196.887 36.9796 25.2924,
  5312.                   -227.719 36.9796 33.6595,
  5313.                   -227.691 41.9727 35.2265,
  5314.                   -133.571 41.9727 18.7874,
  5315.                   -227.439 108.787 49.6584,
  5316.                   -38.9308 129.55 49.7495,
  5317.                   -227.445 41.9727 287.215,
  5318.                   -168.516 41.9727 287.215,
  5319.                   -87.7286 41.9727 287.215,
  5320.                   -38.9241 41.9727 287.215,
  5321.                   -168.516 41.9727 168.291,
  5322.                   -227.445 41.9727 168.291,
  5323.                   -87.7286 41.9727 168.291,
  5324.                   -38.9241 41.9727 168.291 ]
  5325.           }
  5326.  
  5327.           coordIndex    [ 60, 58, 59, -1, 14, 82, 19, -1,
  5328.                 10, 14, 19, -1, 19, 12, 10, -1,
  5329.                 11, 10, 12, -1, 12, 16, 11, -1,
  5330.                 10, 11, 15, -1, 10, 15, 14, -1,
  5331.                 14, 15, 80, -1, 82, 14, 80, -1,
  5332.                 80, 83, 82, -1, 79, 90, 83, -1,
  5333.                 83, 80, 79, -1, 80, 15, 79, -1,
  5334.                 78, 79, 15, -1, 77, 76, 78, -1,
  5335.                 75, 78, 76, -1, 75, 79, 78, -1,
  5336.                 90, 79, 75, -1, 75, 95, 90, -1,
  5337.                 95, 75, 96, -1, 75, 97, 96, -1,
  5338.                 75, 89, 97, -1, 75, 72, 89, -1,
  5339.                 72, 75, 73, -1, 76, 73, 75, -1,
  5340.                 73, 76, 77, -1, 73, 77, 74, -1,
  5341.                 95, 96, 101, -1, 96, 100, 101, -1,
  5342.                 96, 1, 100, -1, 96, 97, 1, -1,
  5343.                 2, 1, 97, -1, 97, 99, 2, -1,
  5344.                 97, 62, 99, -1, 97, 89, 98, -1,
  5345.                 89, 72, 91, -1, 91, 72, 0, -1,
  5346.                 70, 93, 92, -1, 92, 0, 70, -1,
  5347.                 70, 0, 72, -1, 70, 72, 67, -1,
  5348.                 73, 67, 72, -1, 73, 74, 67, -1,
  5349.                 68, 67, 74, -1, 69, 85, 87, -1,
  5350.                 87, 86, 69, -1, 70, 94, 93, -1,
  5351.                 70, 69, 86, -1, 69, 70, 65, -1,
  5352.                 67, 65, 70, -1, 67, 66, 65, -1,
  5353.                 67, 68, 66, -1, 66, 64, 65, -1,
  5354.                 63, 65, 64, -1, 63, 69, 65, -1,
  5355.                 71, 69, 63, -1, 71, 88, 85, -1,
  5356.                 50, 88, 71, -1, 84, 88, 50, -1,
  5357.                 59, 50, 71, -1, 59, 71, 63, -1,
  5358.                 59, 63, 60, -1, 64, 60, 63, -1,
  5359.                 49, 52, 53, -1, 49, 51, 52, -1,
  5360.                 51, 49, 48, -1, 48, 47, 51, -1,
  5361.                 56, 47, 48, -1, 48, 57, 56, -1,
  5362.                 56, 57, 58, -1, 58, 45, 56, -1,
  5363.                 57, 59, 58, -1, 57, 48, 59, -1,
  5364.                 48, 50, 59, -1, 48, 49, 50, -1,
  5365.                 84, 50, 49, -1, 49, 53, 84, -1,
  5366.                 39, 54, 52, -1, 52, 51, 39, -1,
  5367.                 39, 51, 47, -1, 47, 46, 39, -1,
  5368.                 47, 55, 46, -1, 56, 55, 47, -1,
  5369.                 55, 56, 61, -1, 61, 56, 45, -1,
  5370.                 45, 44, 61, -1, 61, 44, 55, -1,
  5371.                 46, 55, 42, -1, 40, 54, 37, -1,
  5372.                 54, 39, 37, -1, 39, 46, 37, -1,
  5373.                 46, 38, 37, -1, 42, 38, 46, -1,
  5374.                 55, 44, 42, -1, 33, 41, 40, -1,
  5375.                 40, 37, 33, -1, 31, 34, 41, -1,
  5376.                 41, 33, 31, -1, 37, 38, 35, -1,
  5377.                 37, 35, 33, -1, 35, 32, 33, -1,
  5378.                 31, 33, 32, -1, 31, 32, 30, -1,
  5379.                 28, 27, 30, -1, 28, 30, 32, -1,
  5380.                 28, 32, 36, -1, 35, 36, 32, -1,
  5381.                 35, 38, 42, -1, 42, 36, 35, -1,
  5382.                 44, 43, 42, -1, 36, 42, 43, -1,
  5383.                 43, 29, 36, -1, 28, 36, 29, -1,
  5384.                 29, 24, 28, -1, 27, 28, 24, -1,
  5385.                 27, 24, 25, -1, 25, 26, 27, -1,
  5386.                 26, 30, 27, -1, 31, 30, 26, -1,
  5387.                 20, 5, 21, -1, 9, 21, 5, -1,
  5388.                 3, 9, 5, -1, 3, 8, 9, -1,
  5389.                 3, 5, 4, -1, 7, 4, 5, -1,
  5390.                 5, 20, 7, -1, 22, 7, 20, -1,
  5391.                 4, 13, 3, -1, 4, 6, 13, -1,
  5392.                 12, 13, 6, -1, 6, 16, 12, -1,
  5393.                 12, 19, 13, -1, 85, 69, 71, -1,
  5394.                 19, 104, 13, -1, 19, 82, 81, -1,
  5395.                 104, 19, 109, -1, 109, 19, 110, -1,
  5396.                 110, 19, 81, -1, 104, 103, 13, -1,
  5397.                 13, 103, 102, -1, 13, 102, 3, -1,
  5398.                 102, 107, 3, -1, 107, 106, 3, -1,
  5399.                 106, 105, 3, -1, 3, 105, 108, -1,
  5400.                 8, 17, 9, -1, 18, 17, 8, -1,
  5401.                 9, 17, 23, -1, 23, 21, 9, -1,
  5402.                 108, 8, 3, -1, 8, 111, 18, -1,
  5403.                 8, 108, 111, -1, 86, 112, 70, -1,
  5404.                 112, 94, 70, -1, 98, 113, 97, -1,
  5405.                 113, 62, 97, -1, 114, 115, 116, -1,
  5406.                 116, 117, 118, -1, 120, 116, 115, -1,
  5407.                 117, 116, 120, -1, 120, 121, 117, -1,
  5408.                 119, 122, 123, -1, 123, 124, 125, -1,
  5409.                 125, 126, 123, -1, 123, 126, 119, -1,
  5410.                 116, 127, 114, -1, 118, 127, 116, -1,
  5411.                 122, 114, 127, -1, 127, 123, 122, -1,
  5412.                 124, 123, 127, -1, 127, 118, 124, -1,
  5413.                 22, 20, 126, -1, 126, 125, 22, -1,
  5414.                 126, 20, 119, -1, 119, 20, 21, -1,
  5415.                 21, 23, 128, -1, 21, 128, 119, -1,
  5416.                 115, 129, 34, -1, 34, 31, 115, -1,
  5417.                 31, 26, 115, -1, 115, 26, 120, -1,
  5418.                 120, 26, 25, -1, 25, 121, 120, -1,
  5419.                 119, 122, 134, -1, 119, 134, 135, -1,
  5420.                 134, 131, 130, -1, 134, 130, 135, -1,
  5421.                 114, 122, 134, -1, 114, 134, 136, -1,
  5422.                 134, 131, 132, -1, 134, 132, 136, -1,
  5423.                 114, 115, 137, -1, 114, 137, 136, -1,
  5424.                 137, 133, 132, -1, 137, 132, 136, -1,
  5425.                 74, 77, 131, -1, 131, 132, 74, -1,
  5426.                 74, 132, 68, -1, 45, 58, 137, -1,
  5427.                 137, 58, 133, -1, 133, 58, 60, -1,
  5428.                 60, 64, 133, -1, 133, 64, 66, -1,
  5429.                 66, 68, 133, -1, 133, 68, 132, -1,
  5430.                 131, 77, 78, -1, 78, 130, 131, -1,
  5431.                 135, 130, 15, -1, 15, 11, 135, -1,
  5432.                 135, 11, 16, -1, 135, 16, 6, -1,
  5433.                 119, 135, 6, -1, 6, 4, 119, -1,
  5434.                 119, 4, 7, -1, 7, 22, 119, -1,
  5435.                 115, 45, 137, -1, 115, 44, 45, -1,
  5436.                 115, 43, 44, -1, 115, 29, 43, -1,
  5437.                 115, 25, 24, -1, 24, 29, 115, -1,
  5438.                 130, 78, 15, -1 ]
  5439.           colorIndex    [  ]
  5440.           texCoordIndex    [  ]
  5441.           solid    FALSE
  5442.           creaseAngle    0.821876
  5443.         }
  5444.  
  5445.           }
  5446.  
  5447.           translation    0 2.64196 0
  5448.         }
  5449.         DEF DESKTOP Transform {
  5450.           children    Shape {
  5451.         appearance    Appearance {
  5452.           material    Material {
  5453.             ambientIntensity    0.25
  5454.             diffuseColor    0.395932 0.226244 0.128242
  5455.             specularColor    1 0.464407 0.4753
  5456.             emissiveColor    0 0 0
  5457.             shininess    0.994595
  5458.             transparency    0
  5459.           }
  5460.  
  5461.           texture    ImageTexture {
  5462.             url    "Textures/el_1288_.bw"
  5463.           }
  5464.  
  5465.           textureTransform    TextureTransform {
  5466.             translation    0 0
  5467.             rotation    0
  5468.             scale    2.70192 2.02194
  5469.             center    -0.5 -0.5
  5470.           }
  5471.  
  5472.         }
  5473.  
  5474.         geometry    IndexedFaceSet {
  5475.           coord    Coordinate {
  5476.             point    [ -100 100 100,
  5477.                   -100 -100 100,
  5478.                   100 100 100,
  5479.                   100 -100 100,
  5480.                   100 100 -100,
  5481.                   100 -100 -100,
  5482.                   -100 100 -100,
  5483.                   -100 -100 -100,
  5484.                   0 100 100,
  5485.                   0 100 -100,
  5486.                   0 100 0,
  5487.                   100 100 0,
  5488.                   -100 100 0 ]
  5489.           }
  5490.  
  5491.           color    Color {
  5492.             color    [ 0.395932 0.226244 0.128242,
  5493.                   0.593583 0.155437 0.0912486,
  5494.                   0.609626 0.0181863 0,
  5495.                   0.352941 0.0800032 0,
  5496.                   0.385027 0.0328384 0,
  5497.                   0.489305 0.0941377 0.0456243,
  5498.                   0.489305 0.0941377 0.0456243,
  5499.                   0.481283 0.0490947 0,
  5500.                   0.481283 0.0490947 0,
  5501.                   0.485294 0.0716162 0.0228122,
  5502.                   0.485294 0.0716162 0.0228122,
  5503.                   0.368984 0.0564208 0,
  5504.                   0.368984 0.0564208 0,
  5505.                   0.601604 0.0868116 0.0456243,
  5506.                   0.601604 0.0868116 0.0456243 ]
  5507.           }
  5508.  
  5509.           coordIndex    [ 0, 1, 3, 2, 8, -1, 4, 5,
  5510.                 7, 6, 9, -1, 6, 7, 1, 0,
  5511.                 12, -1, 2, 3, 5, 4, 11, -1,
  5512.                 1, 7, 5, 3, -1, 8, 2, 11,
  5513.                 10, -1, 11, 4, 9, 10, -1, 6,
  5514.                 12, 10, 9, -1, 12, 0, 8, 10,
  5515.                 -1 ]
  5516.           colorIndex    [ 1, 0, 0, 4, 5, -1, 3, 0,
  5517.                 0, 2, 7, -1, 2, 0, 0, 1,
  5518.                 13, -1, 4, 0, 0, 3, 11, -1,
  5519.                 0, 0, 0, 0, -1, 6, 4, 12,
  5520.                 10, -1, 12, 3, 8, 10, -1, 2,
  5521.                 14, 9, 8, -1, 14, 1, 6, 9,
  5522.                 -1 ]
  5523.           texCoord    TextureCoordinate {
  5524.             point    [ 0 1,
  5525.                   0 0,
  5526.                   1 1,
  5527.                   1 0,
  5528.                   0.5 1,
  5529.                   0.5 0,
  5530.                   0.5 1,
  5531.                   0.5 1,
  5532.                   0.5 0.5,
  5533.                   0.5 0.5,
  5534.                   0.5 1,
  5535.                   1 0.5,
  5536.                   0.5 1,
  5537.                   0 0.5 ]
  5538.           }
  5539.  
  5540.           texCoordIndex    [ 0, 1, 3, 2, 4, -1, 0, 1,
  5541.                 3, 2, 6, -1, 0, 1, 3, 2,
  5542.                 12, -1, 0, 1, 3, 2, 10, -1,
  5543.                 0, 1, 3, 2, -1, 5, 3, 11,
  5544.                 9, -1, 11, 2, 7, 9, -1, 0,
  5545.                 13, 8, 7, -1, 13, 1, 5, 8,
  5546.                 -1 ]
  5547.           creaseAngle    0.5
  5548.         }
  5549.  
  5550.           }
  5551.  
  5552.           translation    -231.982 20.4889 9.93475
  5553.           rotation    0 1 0  3.14159
  5554.           scale    8.33589 0.183841 5.44111
  5555.           scaleOrientation    0 0 1  0
  5556.         }
  5557.         DEF ZOOM-UI-TREE Transform {
  5558.           children    Billboard {
  5559.         children    DEF ZOOM-UI Transform {
  5560.           children    [
  5561.             Group {
  5562.               children    [
  5563.             DEF DISSOLVE-ANIMATION CoKeyframeAnimation {
  5564.               children    DEF Time_96 TimeSensor {
  5565.                 cycleInterval    5
  5566.                 startTime    0
  5567.               }
  5568.  
  5569.               duration    5
  5570.               framesPerSecond    10
  5571.             }
  5572.             DEF SHELLTransparencyInterp CoHermiteScalarInterpolator {
  5573.               key    [ 0, 0.375, 1 ]
  5574.               keyTypes    [ LINEAR,
  5575.                     LINEAR,
  5576.                     LINEAR ]
  5577.               numFrames    80
  5578.               keyValue    [ 0, 0.5, 1 ]
  5579.             }
  5580.               ]
  5581.             }
  5582.             DEF DISSOLVE-LOGIC Script {
  5583.               eventOut              SFFloat              fractionOut
  5584.               eventOut              SFTime              startTime
  5585.               eventOut              SFInt32              dissolveSwitchOut
  5586.               eventOut              SFBool              plusEnable
  5587.               eventOut              SFBool              minusEnable
  5588.               eventOut              SFColor              plusHighlight
  5589.               eventOut              SFColor              minusHighlight
  5590.               eventIn              SFBool              timerActive
  5591.               eventIn              SFFloat              fractionIn
  5592.               eventIn              SFTime              dissolveInTime
  5593.               eventIn              SFTime              dissolveOutTime
  5594.               eventIn              SFBool              plusIsOver
  5595.               eventIn              SFBool              minusIsOver
  5596.               field              SFFloat              transparentState    0
  5597.               field              SFFloat              dissolveIncrement    0.5
  5598.               field              SFFloat              dissolveDirection    1
  5599.               url    "vrmlscript:
  5600. function timerActive(value, time)
  5601. {
  5602.     if (!value) {
  5603.         if (dissolveDirection == 1.0) transparentState = transparentState + dissolveIncrement;
  5604.         else transparentState = transparentState - dissolveIncrement;
  5605.     if (transparentState == 1.0) {
  5606.         dissolveSwitchOut = 1;
  5607.         plusEnable = FALSE;
  5608.         minusEnable = TRUE;
  5609.     } else if (transparentState == 0) {
  5610.             plusEnable = TRUE;
  5611.             minusEnable = FALSE;
  5612.            } else {
  5613.             plusEnable = TRUE;
  5614.             minusEnable = TRUE;
  5615.          }
  5616.     }
  5617.  
  5618.     if (value) {
  5619.     dissolveSwitchOut = 0;
  5620.     plusEnable = FALSE;
  5621.     minusEnable = FALSE;
  5622.     plusHighlight[0] = 0;
  5623.     plusHighlight[1] = 0;
  5624.     plusHighlight[2] = 0;
  5625.     minusHighlight[0] = 0;
  5626.     minusHighlight[1] = 0;
  5627.     minusHighlight[2] = 0;
  5628.     }
  5629. }
  5630.  
  5631. function fractionIn(value, time)
  5632. {
  5633.     
  5634.     fractionOut = transparentState + (dissolveDirection*dissolveIncrement*value);
  5635.     
  5636. }
  5637.  
  5638. function dissolveInTime(value, time)
  5639. {
  5640.     if (transparentState != 0.0) {
  5641.     dissolveDirection = -1.0;
  5642.     startTime = time;
  5643.     } 
  5644. }
  5645.  
  5646. function dissolveOutTime(value, time)
  5647. {
  5648.     if (transparentState != 1.0) {
  5649.     dissolveDirection = 1.0;
  5650.     startTime = time;
  5651.     }
  5652. }
  5653.  
  5654. function plusIsOver(value, time)
  5655. {
  5656.     if (value) {
  5657.     plusHighlight[0] = 0.3;
  5658.     plusHighlight[1] = 0;
  5659.     plusHighlight[2] = 0.8;
  5660.     } else {
  5661.     plusHighlight[0] = 0;
  5662.     plusHighlight[1] = 0;
  5663.     plusHighlight[2] = 0;
  5664.       }
  5665. }
  5666.  
  5667. function minusIsOver(value, time)
  5668. {
  5669.     if (value) {
  5670.     minusHighlight[0] = 0.8;
  5671.     minusHighlight[1] = 0;
  5672.     minusHighlight[2] = 0.18;
  5673.     } else {
  5674.     minusHighlight[0] = 0;
  5675.     minusHighlight[1] = 0;
  5676.     minusHighlight[2] = 0;
  5677.       }
  5678. }
  5679. "
  5680.             }
  5681.             DEF PLUS-ASSMEBLY Transform {
  5682.               children    Transform {
  5683.             children    [
  5684.               DEF DefaultTouchSensor_99 TouchSensor {
  5685.                 enabled    TRUE
  5686.               }
  5687.               Group {
  5688.                 children    [
  5689.                   DEF PLUS-BALL-XFORM Transform {
  5690.                 children    Shape {
  5691.                   appearance    Appearance {
  5692.                     material    DEF _100 Material {
  5693.                       ambientIntensity    0.2
  5694.                       diffuseColor    0.14 0 0.4
  5695.                       specularColor    0.170213 0.0968095 0.107509
  5696.                       emissiveColor    0 0 0
  5697.                       shininess    0.414894
  5698.                       transparency    0
  5699.                     }
  5700.  
  5701.                   }
  5702.  
  5703.                   geometry    IndexedFaceSet {
  5704.                     coord    Coordinate {
  5705.                       point    [ 4 0 0,
  5706.                             3.57771 1.78885 0,
  5707.                             3.57771 0 1.78885,
  5708.                             2.3094 2.3094 2.3094,
  5709.                             1.78885 0 3.57771,
  5710.                             0 1.78885 3.57771,
  5711.                             1.78885 3.57771 0,
  5712.                             0 3.57771 1.78885,
  5713.                             0 4 0,
  5714.                             -1.78885 0 3.57771,
  5715.                             -2.3094 2.3094 2.3094,
  5716.                             -3.57771 0 1.78885,
  5717.                             -3.57771 1.78885 0,
  5718.                             -4 0 0,
  5719.                             -1.78885 3.57771 0,
  5720.                             0 -1.78885 3.57771,
  5721.                             2.3094 -2.3094 2.3094,
  5722.                             3.57771 -1.78885 0,
  5723.                             0 -3.57771 1.78885,
  5724.                             1.78885 -3.57771 0,
  5725.                             0 -4 0,
  5726.                             -3.57771 -1.78885 0,
  5727.                             -2.3094 -2.3094 2.3094,
  5728.                             -1.78885 -3.57771 0,
  5729.                             0 0 -4,
  5730.                             0 1.78885 -3.57771,
  5731.                             1.78885 0 -3.57771,
  5732.                             2.3094 2.3094 -2.3094,
  5733.                             3.57771 0 -1.78885,
  5734.                             0 3.57771 -1.78885,
  5735.                             -3.57771 0 -1.78885,
  5736.                             -2.3094 2.3094 -2.3094,
  5737.                             -1.78885 0 -3.57771,
  5738.                             2.3094 -2.3094 -2.3094,
  5739.                             0 -1.78885 -3.57771,
  5740.                             0 -3.57771 -1.78885,
  5741.                             -2.3094 -2.3094 -2.3094,
  5742.                             -0.341076 1.44777 3.57771,
  5743.                             0.332169 1.45668 3.57771,
  5744.                             -0.339946 -1.4489 3.57771,
  5745.                             0.330773 -1.45808 3.57771,
  5746.                             -1.42894 -0.359911 3.57771,
  5747.                             1.42776 -0.361089 3.57771,
  5748.                             -1.40241 0.386463 3.57774,
  5749.                             1.39516 0.393693 3.57771,
  5750.                             -0.341076 1.44777 3.57771,
  5751.                             -1.40241 0.386463 3.57774,
  5752.                             -0.344644 0.391144 3.82647,
  5753.                             1.39516 0.393693 3.57771,
  5754.                             0.332169 1.45668 3.57771,
  5755.                             0.330883 0.395264 3.82858,
  5756.                             0.330773 -1.45808 3.57771,
  5757.                             1.42776 -0.361089 3.57771,
  5758.                             0.329803 -0.363216 3.8364,
  5759.                             -1.42894 -0.359911 3.57771,
  5760.                             -0.339946 -1.4489 3.57771,
  5761.                             -0.342757 -0.36419 3.83308 ]
  5762.                     }
  5763.  
  5764.                     coordIndex    [ 23, 35, 20, -1, 19, 20, 35, -1,
  5765.                           19, 18, 20, -1, 19, 16, 18, -1,
  5766.                           15, 18, 16, -1, 15, 16, 4, 42,
  5767.                           40, -1, 5, 10, 9, 43, 37, -1,
  5768.                           11, 9, 10, -1, 11, 10, 12, -1,
  5769.                           11, 12, 13, -1, 30, 13, 12, -1,
  5770.                           30, 21, 13, -1, 30, 36, 21, -1,
  5771.                           23, 21, 36, -1, 23, 36, 35, -1,
  5772.                           13, 21, 11, -1, 22, 11, 21, -1,
  5773.                           22, 9, 11, -1, 22, 15, 39, 41,
  5774.                           9, -1, 15, 22, 18, -1, 23, 18,
  5775.                           22, -1, 23, 20, 18, -1, 22, 21,
  5776.                           23, -1, 35, 36, 34, -1, 32, 34,
  5777.                           36, -1, 32, 24, 34, -1, 32, 25,
  5778.                           24, -1, 26, 24, 25, -1, 26, 25,
  5779.                           27, -1, 26, 27, 28, -1, 1, 28,
  5780.                           27, -1, 1, 0, 28, -1, 1, 2,
  5781.                           0, -1, 17, 0, 2, -1, 17, 2,
  5782.                           16, -1, 17, 16, 19, -1, 16, 2,
  5783.                           4, -1, 3, 4, 2, -1, 3, 5,
  5784.                           38, 44, 4, -1, 3, 7, 5, -1,
  5785.                           10, 5, 7, -1, 10, 7, 14, -1,
  5786.                           10, 14, 12, -1, 31, 12, 14, -1,
  5787.                           31, 30, 12, -1, 31, 32, 30, -1,
  5788.                           36, 30, 32, -1, 32, 31, 25, -1,
  5789.                           29, 25, 31, -1, 29, 27, 25, -1,
  5790.                           29, 6, 27, -1, 1, 27, 6, -1,
  5791.                           1, 6, 3, -1, 1, 3, 2, -1,
  5792.                           3, 6, 7, -1, 8, 7, 6, -1,
  5793.                           8, 14, 7, -1, 8, 29, 14, -1,
  5794.                           31, 14, 29, -1, 8, 6, 29, -1,
  5795.                           0, 17, 28, -1, 33, 28, 17, -1,
  5796.                           33, 26, 28, -1, 33, 34, 26, -1,
  5797.                           24, 26, 34, -1, 34, 33, 35, -1,
  5798.                           19, 35, 33, -1, 33, 17, 19, -1,
  5799.                           45, 46, 47, -1, 48, 49, 50, -1,
  5800.                           51, 52, 53, -1, 54, 55, 56, -1 ]
  5801.                     colorIndex    [  ]
  5802.                     normal    NULL
  5803.  
  5804.                     colorPerVertex    FALSE
  5805.                     ccw    TRUE
  5806.                     solid    TRUE
  5807.                     creaseAngle    1.19573
  5808.                   }
  5809.  
  5810.                 }
  5811.  
  5812.                   }
  5813.                   DEF PLUS-XFORM Transform {
  5814.                 children    Shape {
  5815.                   appearance    Appearance {
  5816.                     material    Material {
  5817.                       ambientIntensity    0.2
  5818.                       diffuseColor    0.8 0.8 0.8
  5819.                       specularColor    0 0 0
  5820.                       emissiveColor    0.638298 0.29068 0
  5821.                       shininess    0.2
  5822.                       transparency    0
  5823.                     }
  5824.  
  5825.                   }
  5826.  
  5827.                   geometry    IndexedFaceSet {
  5828.                     coord    Coordinate {
  5829.                       point    [ 0 1.78885 3.57771,
  5830.                             -0.341076 1.44777 3.57771,
  5831.                             -0.344644 0.391144 3.82647,
  5832.                             -0.34034 0.00529076 3.91966,
  5833.                             0 0 4,
  5834.                             0.328536 0 3.92244,
  5835.                             0.330883 0.395264 3.82858,
  5836.                             0.332169 1.45668 3.57771,
  5837.                             -1.78885 0 3.57771,
  5838.                             -1.42894 -0.359911 3.57771,
  5839.                             -0.342757 -0.36419 3.83308,
  5840.                             -1.40241 0.386463 3.57774,
  5841.                             1.39516 0.393693 3.57771,
  5842.                             1.78885 0 3.57771,
  5843.                             1.42776 -0.361089 3.57771,
  5844.                             0.329803 -0.363216 3.8364,
  5845.                             0.330773 -1.45808 3.57771,
  5846.                             0 -1.78885 3.57771,
  5847.                             -0.339946 -1.4489 3.57771 ]
  5848.                     }
  5849.  
  5850.                     color    Color {
  5851.                       color    0.8 0.445376 0
  5852.                     }
  5853.  
  5854.                     coordIndex    [ 0, 1, 2, 3, 4, -1, 0, 4,
  5855.                           5, 6, 7, -1, 3, 8, 9, 10,
  5856.                           -1, 11, 8, 3, 2, -1, 5, 13,
  5857.                           12, 6, -1, 14, 13, 5, 15, -1,
  5858.                           17, 16, 15, 5, 4, -1, 4, 3,
  5859.                           10, 18, 17, -1 ]
  5860.                     colorIndex    [ 0, 0, 0, 0, 0, 0, 0, 0 ]
  5861.                     colorPerVertex    FALSE
  5862.                     ccw    TRUE
  5863.                     solid    TRUE
  5864.                     convex    TRUE
  5865.                     creaseAngle    1.61425
  5866.                   }
  5867.  
  5868.                 }
  5869.  
  5870.                 center    0 0 3.78886
  5871.                   }
  5872.                 ]
  5873.               }
  5874.             ]
  5875.               }
  5876.  
  5877.               translation    489.304 340.382 115.277
  5878.               rotation    0 -1 0  1.57079
  5879.               scale    12.3916 12.3916 12.3916
  5880.             }
  5881.             DEF MINUS-ASSEMBLY Transform {
  5882.               children    Transform {
  5883.             children    [
  5884.               DEF MINUS-TRIGGER TouchSensor {
  5885.                 enabled    FALSE
  5886.               }
  5887.               Group {
  5888.                 children    [
  5889.                   DEF MINUS-BALL-XFORM Transform {
  5890.                 children    Shape {
  5891.                   appearance    Appearance {
  5892.                     material    DEF _102 Material {
  5893.                       ambientIntensity    0.2
  5894.                       diffuseColor    0.4 0 0.09
  5895.                       specularColor    0 0 0
  5896.                       emissiveColor    0 0 0
  5897.                       shininess    0.2
  5898.                       transparency    0
  5899.                     }
  5900.  
  5901.                   }
  5902.  
  5903.                   geometry    IndexedFaceSet {
  5904.                     coord    Coordinate {
  5905.                       point    [ 4 0 0,
  5906.                             3.57771 1.78885 0,
  5907.                             3.57771 0 1.78885,
  5908.                             2.3094 2.3094 2.3094,
  5909.                             1.78885 0 3.57771,
  5910.                             0 1.78885 3.57771,
  5911.                             1.78885 3.57771 0,
  5912.                             0 3.57771 1.78885,
  5913.                             0 4 0,
  5914.                             -1.78885 0 3.57771,
  5915.                             -2.3094 2.3094 2.3094,
  5916.                             -3.57771 0 1.78885,
  5917.                             -3.57771 1.78885 0,
  5918.                             -4 0 0,
  5919.                             -1.78885 3.57771 0,
  5920.                             0 -1.78885 3.57771,
  5921.                             2.3094 -2.3094 2.3094,
  5922.                             3.57771 -1.78885 0,
  5923.                             0 -3.57771 1.78885,
  5924.                             1.78885 -3.57771 0,
  5925.                             0 -4 0,
  5926.                             -3.57771 -1.78885 0,
  5927.                             -2.3094 -2.3094 2.3094,
  5928.                             -1.78885 -3.57771 0,
  5929.                             0 0 -4,
  5930.                             0 1.78885 -3.57771,
  5931.                             1.78885 0 -3.57771,
  5932.                             2.3094 2.3094 -2.3094,
  5933.                             3.57771 0 -1.78885,
  5934.                             0 3.57771 -1.78885,
  5935.                             -3.57771 0 -1.78885,
  5936.                             -2.3094 2.3094 -2.3094,
  5937.                             -1.78885 0 -3.57771,
  5938.                             2.3094 -2.3094 -2.3094,
  5939.                             0 -1.78885 -3.57771,
  5940.                             0 -3.57771 -1.78885,
  5941.                             -2.3094 -2.3094 -2.3094,
  5942.                             -0.341076 1.44777 3.57771,
  5943.                             0.332169 1.45668 3.57771,
  5944.                             -0.339946 -1.4489 3.57771,
  5945.                             0.330773 -1.45808 3.57771,
  5946.                             -0.342757 -0.36419 3.83308,
  5947.                             -1.42894 -0.359911 3.57771,
  5948.                             0.329803 -0.363216 3.8364,
  5949.                             1.42776 -0.361089 3.57771,
  5950.                             -0.344644 0.391144 3.82647,
  5951.                             -1.40241 0.386463 3.57774,
  5952.                             0.330818 0.38434 3.83117,
  5953.                             1.40373 0.38512 3.57771,
  5954.                             0 0.388902 3.90819,
  5955.                             0 -0.364118 3.91404 ]
  5956.                     }
  5957.  
  5958.                     coordIndex    [ 23, 35, 20, -1, 19, 20, 35, -1,
  5959.                           19, 18, 20, -1, 19, 16, 18, -1,
  5960.                           15, 18, 16, -1, 15, 16, 4, 44,
  5961.                           40, -1, 5, 10, 9, 46, 37, -1,
  5962.                           11, 9, 10, -1, 11, 10, 12, -1,
  5963.                           11, 12, 13, -1, 30, 13, 12, -1,
  5964.                           30, 21, 13, -1, 30, 36, 21, -1,
  5965.                           23, 21, 36, -1, 23, 36, 35, -1,
  5966.                           13, 21, 11, -1, 22, 11, 21, -1,
  5967.                           22, 9, 11, -1, 22, 15, 39, 42,
  5968.                           9, -1, 15, 22, 18, -1, 23, 18,
  5969.                           22, -1, 23, 20, 18, -1, 22, 21,
  5970.                           23, -1, 35, 36, 34, -1, 32, 34,
  5971.                           36, -1, 32, 24, 34, -1, 32, 25,
  5972.                           24, -1, 26, 24, 25, -1, 26, 25,
  5973.                           27, -1, 26, 27, 28, -1, 1, 28,
  5974.                           27, -1, 1, 0, 28, -1, 1, 2,
  5975.                           0, -1, 17, 0, 2, -1, 17, 2,
  5976.                           16, -1, 17, 16, 19, -1, 16, 2,
  5977.                           4, -1, 3, 4, 2, -1, 3, 5,
  5978.                           38, 48, 4, -1, 3, 7, 5, -1,
  5979.                           10, 5, 7, -1, 10, 7, 14, -1,
  5980.                           10, 14, 12, -1, 31, 12, 14, -1,
  5981.                           31, 30, 12, -1, 31, 32, 30, -1,
  5982.                           36, 30, 32, -1, 32, 31, 25, -1,
  5983.                           29, 25, 31, -1, 29, 27, 25, -1,
  5984.                           29, 6, 27, -1, 1, 27, 6, -1,
  5985.                           1, 6, 3, -1, 1, 3, 2, -1,
  5986.                           3, 6, 7, -1, 8, 7, 6, -1,
  5987.                           8, 14, 7, -1, 8, 29, 14, -1,
  5988.                           31, 14, 29, -1, 8, 6, 29, -1,
  5989.                           0, 17, 28, -1, 33, 28, 17, -1,
  5990.                           33, 26, 28, -1, 33, 34, 26, -1,
  5991.                           24, 26, 34, -1, 34, 33, 35, -1,
  5992.                           19, 35, 33, -1, 33, 17, 19, -1,
  5993.                           45, 49, 5, 37, 46, -1, 47, 48,
  5994.                           38, 5, 49, -1, 40, 44, 43, 50,
  5995.                           15, -1, 39, 15, 50, 41, 42, -1 ]
  5996.                     colorIndex    [  ]
  5997.                     normal    NULL
  5998.  
  5999.                     colorPerVertex    FALSE
  6000.                     ccw    TRUE
  6001.                     solid    TRUE
  6002.                     creaseAngle    1.11753
  6003.                   }
  6004.  
  6005.                 }
  6006.  
  6007.                   }
  6008.                   DEF MINUS-XFORM Transform {
  6009.                 children    Shape {
  6010.                   appearance    Appearance {
  6011.                     material    Material {
  6012.                       ambientIntensity    0
  6013.                       diffuseColor    0 0 0
  6014.                       specularColor    0 0 0
  6015.                       emissiveColor    0 0.0362209 0.574468
  6016.                       shininess    0.2
  6017.                       transparency    0
  6018.                     }
  6019.  
  6020.                   }
  6021.  
  6022.                   geometry    IndexedFaceSet {
  6023.                     coord    Coordinate {
  6024.                       point    [ -0.344644 0.391144 3.82647,
  6025.                             -1.40241 0.386463 3.57774,
  6026.                             -1.78885 0 3.57771,
  6027.                             -0.34034 0.00529076 3.91966,
  6028.                             0 0 4,
  6029.                             0 0.388902 3.90819,
  6030.                             -0.342757 -0.36419 3.83308,
  6031.                             0 -0.364118 3.91404,
  6032.                             -1.42894 -0.359911 3.57771,
  6033.                             0.328536 0 3.92244,
  6034.                             0.329803 -0.363216 3.8364,
  6035.                             1.42776 -0.361089 3.57771,
  6036.                             1.78885 0 3.57771,
  6037.                             1.40373 0.38512 3.57771,
  6038.                             0.330818 0.38434 3.83117 ]
  6039.                     }
  6040.  
  6041.                     color    NULL
  6042.  
  6043.                     coordIndex    [ 0, 1, 2, 3, 4, 5, -1, 6,
  6044.                           7, 4, 3, 2, 8, -1, 9, 4,
  6045.                           7, 10, 11, 12, -1, 9, 12, 13,
  6046.                           14, 5, 4, -1 ]
  6047.                     colorIndex    [  ]
  6048.                     colorPerVertex    FALSE
  6049.                     ccw    TRUE
  6050.                     solid    TRUE
  6051.                     convex    TRUE
  6052.                     creaseAngle    1.11753
  6053.                   }
  6054.  
  6055.                 }
  6056.  
  6057.                   }
  6058.                 ]
  6059.               }
  6060.             ]
  6061.               }
  6062.  
  6063.               translation    489.304 211.888 115.277
  6064.               rotation    0 -1 0  1.5708
  6065.               scale    12.166 12.166 12.166
  6066.             }
  6067.           ]
  6068.           translation    -489.294 -276.382 -127.453
  6069.           rotation    0 1 0  1.5708
  6070.           scale    1 0.999997 1
  6071.           scaleOrientation    0 0 1  0
  6072.           center    489.304 276.586 115.277
  6073.         }
  6074.  
  6075.         axisOfRotation    0 1 0
  6076.           }
  6077.  
  6078.           translation    410.787 276.381 226.47
  6079.         }
  6080.         DEF SHELL-TOPCOVER-TREE Transform {
  6081.           children    DEF SHELL-TOPCOVER-SWITCH Switch {
  6082.         whichChoice    0
  6083.         choice    [
  6084.           DEF SHELL-TOPCOVER-GROUP Transform {
  6085.             children    [
  6086.               DEF SHELL Transform {
  6087.             children    Shape {
  6088.               appearance    Appearance {
  6089.                 material    DEF _104 Material {
  6090.                   ambientIntensity    0.2
  6091.                   diffuseColor    0 0.124 0.2
  6092.                   specularColor    0.0768561 0.0957447 0.0957447
  6093.                   emissiveColor    0 0 0
  6094.                   shininess    0.133333
  6095.                   transparency    0
  6096.                 }
  6097.  
  6098.                 texture    NULL
  6099.  
  6100.                 textureTransform    NULL
  6101.  
  6102.               }
  6103.  
  6104.               geometry    IndexedFaceSet {
  6105.                 coord    Coordinate {
  6106.                   point    [ -38.9497 289.664 49.1119,
  6107.                         -230.728 232.567 55.8501,
  6108.                         -228.311 237.351 49.2059,
  6109.                         -227.234 278.003 55.626,
  6110.                         -225.322 277.843 49.341,
  6111.                         -225.365 294.417 55.8342,
  6112.                         -221.5 317.795 57.7719,
  6113.                         -223.909 291.298 49.5695,
  6114.                         -219.62 317.906 51.2431,
  6115.                         -217.197 330.915 61.7326,
  6116.                         -215.457 330.301 54.1,
  6117.                         -211.78 335.04 55.7864,
  6118.                         -213.424 335.51 61.9744,
  6119.                         -210.397 330.336 48.1766,
  6120.                         -214.618 318.417 46.3304,
  6121.                         -208.254 335.2 51.3393,
  6122.                         -216.927 289.664 43.9219,
  6123.                         -220.111 280.217 44.773,
  6124.                         -216.927 252.277 42.2133,
  6125.                         -222.716 241.589 44.291,
  6126.                         -225.085 190.002 44.2648,
  6127.                         -228.459 190.002 46.8705,
  6128.                         -231.78 109.579 51.3064,
  6129.                         -232.473 115.593 50.5892,
  6130.                         -228.459 115.776 45.5776,
  6131.                         -228.459 109.768 46.8253,
  6132.                         -221.773 81.2413 289.591,
  6133.                         -208.621 74.3353 294.347,
  6134.                         -229.595 84.4759 280.129,
  6135.                         -216.293 213.771 297.194,
  6136.                         -224.318 215.501 288.847,
  6137.                         -214.16 253.586 295.923,
  6138.                         -221.607 254.861 288.175,
  6139.                         -212.108 280.027 293.929,
  6140.                         -219.086 281.006 286.64,
  6141.                         -209.099 306.214 290.388,
  6142.                         -207.028 319.025 287.474,
  6143.                         -215.519 306.892 283.493,
  6144.                         -199.259 321.875 290.024,
  6145.                         -203.793 331.074 282.974,
  6146.                         -213.008 319.512 280.697,
  6147.                         -197.428 331.368 286.096,
  6148.                         -195.848 336.747 281.625,
  6149.                         -209.144 331.256 276.257,
  6150.                         -228.31 77.4919 279.789,
  6151.                         -221.562 74.6807 287.563,
  6152.                         -204.07 335.818 276.996,
  6153.                         -54.7883 335.818 276.996,
  6154.                         -63.5019 337.407 280.111,
  6155.                         -62.3834 335.184 283.456,
  6156.                         -58.0504 337.52 274.676,
  6157.                         -64.6818 337.351 276.276,
  6158.                         -61.9376 336.694 271.424,
  6159.                         -55.3026 337.994 266.948,
  6160.                         -51.4648 336.47 267.403,
  6161.                         -49.0112 342.902 198.887,
  6162.                         -45.2349 340.983 199.094,
  6163.                         -200.808 337.52 274.675,
  6164.                         -207.393 336.47 267.403,
  6165.                         -209.848 342.903 198.875,
  6166.                         -213.627 340.979 199.094,
  6167.                         -203.555 337.994 266.949,
  6168.                         -196.653 336.681 271.774,
  6169.                         -193.566 336.745 274.171,
  6170.                         -194.176 337.352 276.276,
  6171.                         -211.856 342.601 130.537,
  6172.                         -209.579 337.13 62.2098,
  6173.                         -215.644 340.655 130.531,
  6174.                         -208.232 336.841 57.4272,
  6175.                         -205.98 336.918 54.6419,
  6176.                         -154.082 339.023 38.8031,
  6177.                         -153.694 340.622 42.8229,
  6178.                         -104.782 339.023 38.8026,
  6179.                         -105.169 340.623 42.8224,
  6180.                         -50.5749 335.198 51.3632,
  6181.                         -52.8572 336.917 54.659,
  6182.                         -45.4343 335.51 61.9744,
  6183.                         -47.0666 335.041 55.8103,
  6184.                         -50.6174 336.841 57.443,
  6185.                         -49.2765 337.134 62.2435,
  6186.                         -43.2223 340.663 130.531,
  6187.                         -47.0017 342.602 130.562,
  6188.                         -25.4776 131.775 58.0211,
  6189.                         -20.1711 133.222 128.96,
  6190.                         -20.8757 127.731 199.843,
  6191.                         -27.6348 115.119 270.827,
  6192.                         -27.5506 115.265 270.19,
  6193.                         -33.8516 110.016 287.327,
  6194.                         -49.1641 103.858 296.886,
  6195.                         -237.477 96.6109 214.193,
  6196.                         -232.185 83.7508 265.678,
  6197.                         -233.668 109.397 58.1923,
  6198.                         -29.3848 130.957 48.0965,
  6199.                         -38.9497 130.364 42.3913,
  6200.                         -38.9497 130.412 45.5809,
  6201.                         -38.9497 222.129 46.3669,
  6202.                         -147.159 141.428 315.119,
  6203.                         -184.708 134.587 310.181,
  6204.                         -146.955 191.353 316.355,
  6205.                         -183.144 190.482 311.92,
  6206.                         -144.576 241.127 314.786,
  6207.                         -175.459 249.719 310.541,
  6208.                         -76.3785 96.3502 305.207,
  6209.                         -80.7935 99.1807 307.047,
  6210.                         -105.331 89.5145 309.799,
  6211.                         -114.351 86.7321 309.705,
  6212.                         -161.486 83.7008 308.532,
  6213.                         -181.454 79.7457 304.434,
  6214.                         -167.585 82.0731 307.59,
  6215.                         -171.206 77.4218 305.54,
  6216.                         -187.546 76.3408 301.705,
  6217.                         -192.589 78.3938 301.123,
  6218.                         -205.041 74.4895 295.701,
  6219.                         -129.429 296.359 305.615,
  6220.                         -160.607 297.373 303.234,
  6221.                         -98.2514 297.373 303.234,
  6222.                         -68.2871 300.268 296.112,
  6223.                         -65.2162 301.629 294.891,
  6224.                         -63.3687 304.421 293.682,
  6225.                         -64.6525 321.202 289.266,
  6226.                         -66.3757 330.006 285.777,
  6227.                         -67.441 332.954 283.413,
  6228.                         -68.5187 334.427 280.214,
  6229.                         -69.2254 334.585 277.331,
  6230.                         -190.571 300.268 296.112,
  6231.                         -193.642 301.629 294.891,
  6232.                         -195.489 304.421 293.682,
  6233.                         -194.206 321.202 289.266,
  6234.                         -192.483 330.004 285.778,
  6235.                         -191.417 332.954 283.413,
  6236.                         -198.09 75.4311 298.404,
  6237.                         -154.332 79.0654 308.407,
  6238.                         -34.7714 219.411 288.855,
  6239.                         -31.2933 218.471 278.336,
  6240.                         -24.1401 229.692 204.223,
  6241.                         -35.0237 264.966 278.168,
  6242.                         -37.4698 257.461 288.072,
  6243.                         -27.6174 270.482 204,
  6244.                         -31.0932 297.331 203.778,
  6245.                         -38.9764 297.132 276.143,
  6246.                         -41.7042 312.568 273.901,
  6247.                         -43.4855 307.738 283.343,
  6248.                         -41.5571 295.29 285.194,
  6249.                         -36.5821 323.583 203.427,
  6250.                         -47.7164 331.948 267.872,
  6251.                         -45.9478 319.921 280.582,
  6252.                         -41.6695 336.014 203.099,
  6253.                         -49.7139 331.256 276.257,
  6254.                         -20.2377 133.175 204.468,
  6255.                         -159.687 333.933 36.0046,
  6256.                         -103.455 334.092 35.5371,
  6257.                         -103.251 325.445 33.5289,
  6258.                         -159.927 325.318 33.9951,
  6259.                         -102.985 289.68 30.8612,
  6260.                         -160.238 289.686 31.3148,
  6261.                         -216.927 190.002 40.9374,
  6262.                         -49.8598 306.924 290.255,
  6263.                         -51.8957 319.37 287.376,
  6264.                         -59.6287 322.057 289.965,
  6265.                         -55.0642 331.074 282.973,
  6266.                         -61.4296 331.368 286.096,
  6267.                         -48.2275 294.25 292.28,
  6268.                         -44.8434 255.765 295.801,
  6269.                         -42.7213 217.048 297.158,
  6270.                         -38.6294 113.777 293.233,
  6271.                         -30.2285 117.964 283.681,
  6272.                         -222.296 323.512 203.428,
  6273.                         -216.303 316.466 273.079,
  6274.                         -211.142 331.948 267.872,
  6275.                         -217.189 336.014 203.099,
  6276.                         -227.799 297.112 203.782,
  6277.                         -220.923 289.911 276.829,
  6278.                         -231.28 270.11 204.006,
  6279.                         -223.885 264.456 278.183,
  6280.                         -234.758 229.091 204.23,
  6281.                         -227.406 220.92 278.377,
  6282.                         -232.873 89.4623 267.962,
  6283.                         -239.034 104.201 204.494,
  6284.                         -235.862 232.626 129.685,
  6285.                         -232.615 272.163 129.681,
  6286.                         -229.381 298.204 129.681,
  6287.                         -224.265 323.688 129.686,
  6288.                         -234.569 115.406 57.9561,
  6289.                         -219.442 335.759 129.694,
  6290.                         -198.735 337.138 266.346,
  6291.                         -206.462 341.338 164.919,
  6292.                         -204.722 336.315 62.528,
  6293.                         -203.707 336.075 59.516,
  6294.                         -203.106 336.078 58.832,
  6295.                         -153.206 339.734 47.8811,
  6296.                         -105.657 339.734 47.8806,
  6297.                         -55.7435 336.078 58.8407,
  6298.                         -55.1474 336.075 59.5212,
  6299.                         -54.1359 336.315 62.5281,
  6300.                         -52.3857 342.736 164.576,
  6301.                         -60.1229 337.138 266.346,
  6302.                         -37.5319 318.573 57.9133,
  6303.                         -43.3859 330.303 54.1333,
  6304.                         -41.6612 330.914 61.7325,
  6305.                         -34.3475 322.797 129.682,
  6306.                         -39.4158 335.759 129.694,
  6307.                         -39.3457 318.426 51.3391,
  6308.                         -44.8113 320.689 46.5591,
  6309.                         -48.4206 330.334 48.2046,
  6310.                         -33.8302 296.966 55.8978,
  6311.                         -35.1283 292.903 49.6275,
  6312.                         -38.9497 289.664 45.3887,
  6313.                         -30.299 263.5 55.6013,
  6314.                         -32.5819 267.047 49.2547,
  6315.                         -28.1151 232.309 55.8533,
  6316.                         -30.0203 228.14 49.2659,
  6317.                         -24.6508 137.76 57.5067,
  6318.                         -19.2731 139.123 129.646,
  6319.                         -23.444 239.248 129.659,
  6320.                         -25.7755 267.484 129.664,
  6321.                         -29.0693 295.435 129.671,
  6322.                         -38.9497 224.379 42.5345,
  6323.                         -103.685 293.062 307.3,
  6324.                         -139.971 290.191 309.048,
  6325.                         -166.36 289.869 306.285,
  6326.                         -202.6 277.241 298.583,
  6327.                         -103.034 244.41 313.13,
  6328.                         -57.0796 288.262 297.271,
  6329.                         -102.839 195.038 314.873,
  6330.                         -55.1171 256.844 300.397,
  6331.                         -102.954 145.177 313.842,
  6332.                         -53.4676 210.35 302.38,
  6333.                         -100.676 95.8508 310.541,
  6334.                         -50.3531 109.587 298.833,
  6335.                         -145.079 91.7128 311.226,
  6336.                         -181.211 86.3425 305.223,
  6337.                         -209.459 80.7961 295.976,
  6338.                         -172.999 279.722 306.643,
  6339.                         -203.616 259.473 300.201,
  6340.                         -181.658 245.875 308.193,
  6341.                         -205.386 210.479 302.379,
  6342.                         -189.382 192.755 308.016,
  6343.                         -191.772 145.967 306.472,
  6344.                         -190.028 108.195 304.804,
  6345.                         -185.426 89.8278 304.508,
  6346.                         -197.253 298.622 296.974,
  6347.                         -200.359 303.342 294.925,
  6348.                         -192.045 296.335 299.075,
  6349.                         -66.813 296.335 299.075,
  6350.                         -58.5003 303.338 294.926,
  6351.                         -26.8242 121.215 271.65,
  6352.                         -189.633 334.585 277.331,
  6353.                         -189.247 334.579 275.208,
  6354.                         -63.244 336.684 270.875,
  6355.                         -191.519 336.857 272.822,
  6356.                         -188.151 334.726 274.948,
  6357.                         -70.7066 334.726 274.948,
  6358.                         -76.514 102.2 305.994,
  6359.                         -91.7829 98.9395 309.392,
  6360.                         -238.743 139.022 160.77,
  6361.                         -238.577 146.678 151.243,
  6362.                         -238.426 147.74 140.505,
  6363.                         -239.163 111.693 163.931,
  6364.                         -239.031 120.957 164.852,
  6365.                         -239.609 103.698 161.431,
  6366.                         -235.021 147.74 79.1042,
  6367.                         -234.603 147.109 74.6042,
  6368.                         -234.4 144.54 79.1062,
  6369.                         -233.99 142.345 67.7142,
  6370.                         -233.776 137.906 64.9982,
  6371.                         -233.59 127.943 61.9382,
  6372.                         -233.707 117.492 61.7762,
  6373.                         -231.383 126.677 69.1282,
  6374.                         -231.383 134.813 71.6102,
  6375.                         -231.383 109.901 71.5192,
  6376.                         -227.383 109.968 71.6422,
  6377.                         -235.011 106.309 64.9982,
  6378.                         -227.383 106.295 74.9412,
  6379.                         -231.383 106.177 74.8672,
  6380.                         -235.608 103.956 73.4592,
  6381.                         -237.482 99.6088 70.7042,
  6382.                         -227.383 118.42 69.1592,
  6383.                         -231.383 104.848 79.7222,
  6384.                         -236.859 102.303 79.7122,
  6385.                         -238.274 100.136 79.7052,
  6386.                         -239.058 96.8478 79.7222,
  6387.                         -238.457 97.5568 75.0222,
  6388.                         -227.383 104.988 79.7232,
  6389.                         -231.383 103.948 141.662,
  6390.                         -227.383 104.086 141.645,
  6391.                         -238.358 101.645 141.95,
  6392.                         -241.699 97.1768 142.507,
  6393.                         -242.492 93.4798 142.969,
  6394.                         -242.424 93.5768 147.862,
  6395.                         -231.383 105.847 145.85,
  6396.                         -227.383 105.948 145.754,
  6397.                         -238.427 102.505 148.998,
  6398.                         -241.608 96.0308 155.099,
  6399.                         -227.383 109.707 148.149,
  6400.                         -231.383 109.65 148.276,
  6401.                         -236.782 107.555 152.906,
  6402.                         -231.383 121.203 150.871,
  6403.                         -227.383 121.236 150.732,
  6404.                         -236.68 121.106 156.351,
  6405.                         -231.383 133.625 148.389,
  6406.                         -227.383 133.569 148.261,
  6407.                         -236.176 135.53 152.757,
  6408.                         -227.383 138.673 144.647,
  6409.                         -231.383 138.793 144.72,
  6410.                         -227.383 140.1 140.508,
  6411.                         -231.383 140.24 140.508,
  6412.                         -227.383 140.1 79.1062,
  6413.                         -231.383 140.24 79.1062,
  6414.                         -236.431 141.323 147.921,
  6415.                         -236.395 142.646 140.508,
  6416.                         -233.036 141.852 79.1062,
  6417.                         -231.383 137.928 73.6652,
  6418.                         -227.383 137.825 73.7592,
  6419.                         -227.383 134.754 71.7372,
  6420.                         -227.383 126.655 69.2662,
  6421.                         -231.383 118.403 69.0202,
  6422.                         -238.058 154.643 158.661,
  6423.                         -233.528 147.144 57.3856,
  6424.                         -234.616 109.699 64.0215,
  6425.                         -234.81 151.91 77.9611,
  6426.                         -155.981 81.8316 308.709,
  6427.                         -169.785 79.7442 306.378,
  6428.                         -238.469 133.393 177.969 ]
  6429.                 }
  6430.  
  6431.                 coordIndex    [ 176, 174, 177, -1, 175, 174, 176, -1,
  6432.                       172, 174, 175, -1, 175, 173, 172, -1,
  6433.                       170, 172, 173, -1, 173, 171, 170, -1,
  6434.                       166, 170, 171, -1, 171, 167, 166, -1,
  6435.                       169, 166, 167, -1, 167, 168, 169, -1,
  6436.                       60, 169, 168, -1, 168, 58, 60, -1,
  6437.                       58, 168, 43, -1, 43, 46, 58, -1,
  6438.                       43, 39, 46, -1, 42, 46, 39, -1,
  6439.                       39, 41, 42, -1, 38, 41, 39, -1,
  6440.                       39, 36, 38, -1, 36, 39, 43, -1,
  6441.                       43, 40, 36, -1, 43, 168, 40, -1,
  6442.                       40, 168, 167, -1, 35, 36, 40, -1,
  6443.                       40, 37, 35, -1, 37, 40, 167, -1,
  6444.                       241, 38, 36, -1, 36, 35, 241, -1,
  6445.                       220, 241, 35, -1, 35, 33, 220, -1,
  6446.                       37, 33, 35, -1, 34, 33, 37, -1,
  6447.                       34, 37, 167, -1, 167, 171, 34, -1,
  6448.                       34, 171, 32, -1, 32, 171, 173, -1,
  6449.                       31, 34, 32, -1, 33, 34, 31, -1,
  6450.                       33, 31, 233, -1, 233, 220, 33, -1,
  6451.                       235, 233, 31, -1, 31, 29, 235, -1,
  6452.                       29, 32, 30, -1, 31, 32, 29, -1,
  6453.                       173, 30, 32, -1, 173, 175, 30, -1,
  6454.                       175, 176, 28, -1, 175, 28, 30, -1,
  6455.                       30, 26, 29, -1, 29, 26, 231, -1,
  6456.                       231, 235, 29, -1, 237, 235, 231, -1,
  6457.                       236, 235, 237, -1, 233, 235, 236, -1,
  6458.                       30, 28, 26, -1, 166, 169, 183, -1,
  6459.                       183, 181, 166, -1, 181, 183, 9, -1,
  6460.                       9, 6, 181, -1, 180, 181, 6, -1,
  6461.                       6, 5, 180, -1, 170, 181, 180, -1,
  6462.                       166, 181, 170, -1, 170, 180, 172, -1,
  6463.                       172, 180, 179, -1, 180, 5, 179, -1,
  6464.                       178, 179, 3, -1, 179, 5, 3, -1,
  6465.                       172, 179, 174, -1, 174, 179, 178, -1,
  6466.                       6, 9, 10, -1, 10, 13, 8, -1,
  6467.                       8, 13, 14, -1, 10, 8, 6, -1,
  6468.                       5, 6, 8, -1, 8, 7, 5, -1,
  6469.                       8, 14, 7, -1, 7, 14, 16, -1,
  6470.                       3, 5, 7, -1, 7, 4, 3, -1,
  6471.                       7, 16, 4, -1, 4, 16, 17, -1,
  6472.                       4, 17, 2, -1, 2, 17, 19, -1,
  6473.                       16, 18, 19, -1, 19, 17, 16, -1,
  6474.                       3, 4, 1, -1, 1, 4, 2, -1,
  6475.                       19, 18, 155, -1, 155, 20, 19, -1,
  6476.                       2, 19, 20, -1, 21, 23, 2, -1,
  6477.                       20, 21, 2, -1, 24, 23, 21, -1,
  6478.                       24, 25, 22, -1, 22, 23, 24, -1,
  6479.                       23, 22, 91, -1, 91, 182, 23, -1,
  6480.                       3, 1, 178, -1, 303, 304, 302, -1,
  6481.                       303, 305, 304, -1, 293, 290, 289, -1,
  6482.                       289, 294, 293, -1, 284, 283, 290, -1,
  6483.                       290, 283, 289, -1, 294, 289, 291, -1,
  6484.                       291, 295, 294, -1, 295, 291, 292, -1,
  6485.                       292, 259, 295, -1, 289, 283, 285, -1,
  6486.                       285, 291, 289, -1, 285, 286, 291, -1,
  6487.                       293, 294, 297, -1, 297, 294, 296, -1,
  6488.                       296, 294, 295, -1, 295, 298, 296, -1,
  6489.                       296, 300, 297, -1, 296, 299, 300, -1,
  6490.                       299, 296, 298, -1, 298, 301, 299, -1,
  6491.                       301, 298, 258, -1, 258, 254, 301, -1,
  6492.                       299, 303, 302, -1, 302, 300, 299, -1,
  6493.                       299, 301, 303, -1, 303, 301, 308, -1,
  6494.                       308, 301, 254, -1, 254, 255, 308, -1,
  6495.                       303, 308, 305, -1, 305, 308, 309, -1,
  6496.                       309, 308, 255, -1, 255, 256, 309, -1,
  6497.                       269, 270, 315, -1, 315, 270, 276, -1,
  6498.                       315, 276, 267, -1, 267, 276, 314, -1,
  6499.                       270, 276, 314, -1, 313, 268, 314, -1,
  6500.                       268, 267, 314, -1, 313, 312, 311, -1,
  6501.                       311, 268, 313, -1, 312, 306, 307, -1,
  6502.                       307, 311, 312, -1, 306, 304, 305, -1,
  6503.                       305, 307, 306, -1, 315, 267, 265, -1,
  6504.                       265, 266, 315, -1, 267, 268, 264, -1,
  6505.                       264, 265, 267, -1, 269, 315, 266, -1,
  6506.                       269, 273, 272, -1, 272, 270, 269, -1,
  6507.                       284, 282, 277, -1, 277, 283, 284, -1,
  6508.                       286, 287, 288, -1, 288, 292, 286, -1,
  6509.                       286, 292, 291, -1, 283, 277, 278, -1,
  6510.                       278, 285, 283, -1, 285, 278, 279, -1,
  6511.                       279, 286, 285, -1, 279, 280, 286, -1,
  6512.                       286, 280, 287, -1, 273, 277, 282, -1,
  6513.                       282, 272, 273, -1, 278, 277, 273, -1,
  6514.                       278, 273, 274, -1, 279, 278, 274, -1,
  6515.                       274, 275, 279, -1, 279, 275, 280, -1,
  6516.                       280, 275, 281, -1, 273, 269, 274, -1,
  6517.                       274, 269, 271, -1, 271, 275, 274, -1,
  6518.                       268, 311, 263, -1, 263, 264, 268, -1,
  6519.                       261, 263, 311, -1, 256, 260, 309, -1,
  6520.                       262, 309, 260, -1, 309, 262, 310, -1,
  6521.                       310, 307, 305, -1, 305, 309, 310, -1,
  6522.                       307, 310, 311, -1, 311, 310, 262, -1,
  6523.                       262, 261, 311, -1, 262, 260, 261, -1,
  6524.                       177, 89, 90, -1, 90, 176, 177, -1,
  6525.                       44, 176, 90, -1, 28, 176, 44, -1,
  6526.                       28, 44, 45, -1, 45, 26, 28, -1,
  6527.                       27, 26, 45, -1, 26, 27, 231, -1,
  6528.                       298, 257, 258, -1, 298, 295, 257, -1,
  6529.                       257, 295, 259, -1, 177, 257, 259, -1,
  6530.                       177, 259, 89, -1, 1, 256, 178, -1,
  6531.                       218, 219, 101, -1, 101, 100, 218, -1,
  6532.                       100, 101, 99, -1, 99, 98, 100, -1,
  6533.                       98, 99, 97, -1, 97, 96, 98, -1,
  6534.                       96, 97, 230, -1, 230, 229, 96, -1,
  6535.                       239, 238, 231, -1, 231, 238, 237, -1,
  6536.                       238, 230, 97, -1, 97, 237, 238, -1,
  6537.                       236, 237, 97, -1, 97, 99, 236, -1,
  6538.                       236, 99, 101, -1, 101, 234, 236, -1,
  6539.                       236, 234, 233, -1, 220, 233, 234, -1,
  6540.                       234, 232, 220, -1, 232, 242, 220, -1,
  6541.                       219, 242, 232, -1, 232, 234, 101, -1,
  6542.                       101, 219, 232, -1, 240, 241, 220, -1,
  6543.                       242, 240, 220, -1, 217, 218, 100, -1,
  6544.                       100, 221, 217, -1, 221, 100, 98, -1,
  6545.                       98, 223, 221, -1, 223, 98, 96, -1,
  6546.                       96, 225, 223, -1, 225, 96, 229, -1,
  6547.                       229, 227, 225, -1, 227, 253, 225, -1,
  6548.                       253, 252, 225, -1, 252, 228, 225, -1,
  6549.                       225, 228, 226, -1, 226, 223, 225, -1,
  6550.                       223, 226, 224, -1, 224, 221, 223, -1,
  6551.                       221, 224, 222, -1, 222, 217, 221, -1,
  6552.                       217, 222, 243, -1, 115, 217, 243, -1,
  6553.                       217, 115, 113, -1, 113, 218, 217, -1,
  6554.                       218, 113, 114, -1, 114, 219, 218, -1,
  6555.                       219, 114, 124, -1, 124, 242, 219, -1,
  6556.                       242, 124, 125, -1, 125, 240, 242, -1,
  6557.                       125, 126, 240, -1, 126, 241, 240, -1,
  6558.                       38, 241, 126, -1, 126, 127, 38, -1,
  6559.                       127, 128, 41, -1, 41, 38, 127, -1,
  6560.                       128, 42, 41, -1, 238, 239, 230, -1,
  6561.                       230, 239, 231, -1, 107, 230, 231, -1,
  6562.                       111, 107, 231, -1, 110, 107, 111, -1,
  6563.                       109, 230, 107, -1, 106, 230, 108, -1,
  6564.                       106, 229, 230, -1, 229, 131, 105, -1,
  6565.                       104, 227, 229, -1, 105, 104, 229, -1,
  6566.                       111, 231, 112, -1, 112, 130, 111, -1,
  6567.                       112, 231, 27, -1, 253, 103, 252, -1,
  6568.                       103, 102, 252, -1, 252, 102, 228, -1,
  6569.                       88, 228, 102, -1, 88, 164, 228, -1,
  6570.                       87, 164, 88, -1, 165, 164, 87, -1,
  6571.                       87, 86, 165, -1, 85, 245, 165, -1,
  6572.                       245, 85, 84, -1, 84, 148, 245, -1,
  6573.                       165, 245, 133, -1, 164, 165, 132, -1,
  6574.                       132, 163, 164, -1, 228, 164, 163, -1,
  6575.                       163, 226, 228, -1, 224, 226, 163, -1,
  6576.                       163, 162, 224, -1, 136, 162, 163, -1,
  6577.                       163, 132, 136, -1, 162, 136, 142, -1,
  6578.                       142, 161, 162, -1, 162, 161, 222, -1,
  6579.                       222, 224, 162, -1, 244, 243, 222, -1,
  6580.                       156, 244, 222, -1, 222, 161, 156, -1,
  6581.                       156, 161, 142, -1, 142, 141, 156, -1,
  6582.                       157, 156, 141, -1, 156, 157, 158, -1,
  6583.                       158, 244, 156, -1, 244, 158, 119, -1,
  6584.                       119, 118, 244, -1, 117, 243, 244, -1,
  6585.                       244, 118, 117, -1, 120, 119, 158, -1,
  6586.                       158, 160, 120, -1, 160, 158, 157, -1,
  6587.                       157, 159, 160, -1, 147, 159, 145, -1,
  6588.                       145, 159, 157, -1, 144, 147, 145, -1,
  6589.                       141, 145, 157, -1, 145, 141, 140, -1,
  6590.                       140, 144, 145, -1, 139, 140, 141, -1,
  6591.                       141, 142, 139, -1, 142, 136, 135, -1,
  6592.                       135, 139, 142, -1, 133, 135, 136, -1,
  6593.                       135, 133, 134, -1, 134, 137, 135, -1,
  6594.                       139, 135, 137, -1, 137, 138, 139, -1,
  6595.                       140, 139, 138, -1, 138, 143, 140, -1,
  6596.                       144, 140, 143, -1, 143, 146, 144, -1,
  6597.                       54, 144, 146, -1, 146, 56, 54, -1,
  6598.                       134, 133, 245, -1, 245, 148, 134, -1,
  6599.                       133, 132, 165, -1, 136, 132, 133, -1,
  6600.                       143, 138, 215, -1, 215, 199, 143, -1,
  6601.                       146, 143, 199, -1, 199, 200, 146, -1,
  6602.                       56, 146, 200, -1, 214, 215, 138, -1,
  6603.                       138, 137, 214, -1, 137, 134, 213, -1,
  6604.                       213, 134, 212, -1, 213, 214, 137, -1,
  6605.                       212, 134, 148, -1, 213, 212, 211, -1,
  6606.                       211, 209, 213, -1, 214, 213, 209, -1,
  6607.                       209, 207, 214, -1, 215, 214, 207, -1,
  6608.                       207, 204, 215, -1, 215, 204, 199, -1,
  6609.                       199, 204, 196, -1, 200, 199, 196, -1,
  6610.                       196, 198, 200, -1, 80, 200, 198, -1,
  6611.                       81, 80, 76, -1, 76, 79, 81, -1,
  6612.                       77, 78, 79, -1, 193, 79, 78, -1,
  6613.                       78, 75, 192, -1, 74, 75, 78, -1,
  6614.                       78, 77, 74, -1, 203, 74, 77, -1,
  6615.                       76, 197, 77, -1, 77, 197, 203, -1,
  6616.                       198, 197, 76, -1, 202, 203, 197, -1,
  6617.                       201, 197, 198, -1, 198, 196, 201, -1,
  6618.                       197, 201, 202, -1, 206, 202, 201, -1,
  6619.                       201, 205, 206, -1, 205, 201, 196, -1,
  6620.                       196, 204, 205, -1, 79, 76, 77, -1,
  6621.                       198, 76, 80, -1, 208, 205, 204, -1,
  6622.                       206, 205, 208, -1, 206, 208, 210, -1,
  6623.                       204, 207, 208, -1, 210, 208, 207, -1,
  6624.                       210, 216, 206, -1, 207, 209, 210, -1,
  6625.                       92, 210, 209, -1, 209, 211, 92, -1,
  6626.                       216, 210, 92, -1, 92, 93, 216, -1,
  6627.                       211, 82, 92, -1, 82, 211, 212, -1,
  6628.                       212, 83, 82, -1, 83, 212, 148, -1,
  6629.                       148, 84, 83, -1, 52, 51, 50, -1,
  6630.                       53, 195, 50, -1, 251, 51, 248, -1,
  6631.                       123, 51, 251, -1, 48, 51, 123, -1,
  6632.                       49, 48, 122, -1, 122, 121, 49, -1,
  6633.                       160, 49, 121, -1, 47, 49, 160, -1,
  6634.                       48, 49, 47, -1, 47, 50, 48, -1,
  6635.                       50, 47, 54, -1, 54, 53, 50, -1,
  6636.                       144, 54, 47, -1, 147, 144, 47, -1,
  6637.                       159, 147, 47, -1, 160, 159, 47, -1,
  6638.                       121, 120, 160, -1, 50, 51, 48, -1,
  6639.                       123, 122, 48, -1, 248, 51, 52, -1,
  6640.                       50, 195, 52, -1, 195, 53, 55, -1,
  6641.                       53, 54, 56, -1, 56, 55, 53, -1,
  6642.                       200, 80, 56, -1, 55, 56, 80, -1,
  6643.                       80, 81, 55, -1, 55, 81, 194, -1,
  6644.                       194, 81, 193, -1, 79, 193, 81, -1,
  6645.                       78, 192, 193, -1, 55, 194, 195, -1,
  6646.                       248, 52, 195, -1, 202, 206, 153, -1,
  6647.                       153, 151, 202, -1, 152, 151, 153, -1,
  6648.                       153, 154, 152, -1, 152, 154, 16, -1,
  6649.                       152, 16, 14, -1, 14, 13, 149, -1,
  6650.                       70, 149, 13, -1, 149, 152, 14, -1,
  6651.                       152, 149, 150, -1, 149, 70, 72, -1,
  6652.                       72, 150, 149, -1, 150, 151, 152, -1,
  6653.                       151, 150, 203, -1, 74, 203, 150, -1,
  6654.                       203, 202, 151, -1, 150, 72, 74, -1,
  6655.                       72, 73, 75, -1, 75, 74, 72, -1,
  6656.                       191, 75, 73, -1, 73, 190, 191, -1,
  6657.                       192, 75, 191, -1, 69, 188, 189, -1,
  6658.                       189, 71, 69, -1, 69, 71, 70, -1,
  6659.                       70, 71, 73, -1, 71, 189, 190, -1,
  6660.                       190, 73, 71, -1, 73, 72, 70, -1,
  6661.                       13, 15, 70, -1, 70, 15, 69, -1,
  6662.                       65, 186, 66, -1, 66, 12, 67, -1,
  6663.                       67, 65, 66, -1, 185, 186, 65, -1,
  6664.                       9, 12, 11, -1, 11, 10, 9, -1,
  6665.                       11, 15, 10, -1, 10, 15, 13, -1,
  6666.                       69, 15, 11, -1, 11, 68, 69, -1,
  6667.                       11, 66, 68, -1, 11, 12, 66, -1,
  6668.                       187, 68, 66, -1, 68, 188, 69, -1,
  6669.                       66, 186, 187, -1, 68, 187, 188, -1,
  6670.                       12, 9, 183, -1, 183, 67, 12, -1,
  6671.                       169, 60, 67, -1, 67, 183, 169, -1,
  6672.                       65, 67, 60, -1, 60, 59, 65, -1,
  6673.                       65, 59, 185, -1, 59, 60, 58, -1,
  6674.                       59, 61, 184, -1, 59, 184, 185, -1,
  6675.                       58, 61, 59, -1, 58, 46, 61, -1,
  6676.                       61, 46, 57, -1, 57, 184, 61, -1,
  6677.                       62, 184, 57, -1, 249, 184, 62, -1,
  6678.                       62, 57, 64, -1, 42, 64, 57, -1,
  6679.                       57, 46, 42, -1, 246, 247, 63, -1,
  6680.                       62, 63, 249, -1, 249, 63, 247, -1,
  6681.                       64, 63, 62, -1, 63, 64, 246, -1,
  6682.                       247, 250, 249, -1, 243, 116, 115, -1,
  6683.                       117, 116, 243, -1, 93, 94, 95, -1,
  6684.                       216, 95, 0, -1, 95, 216, 93, -1,
  6685.                       0, 206, 216, -1, 64, 42, 129, -1,
  6686.                       128, 129, 42, -1, 129, 246, 64, -1,
  6687.                       174, 178, 316, -1, 1, 2, 23, -1,
  6688.                       316, 177, 322, -1, 316, 255, 254, -1,
  6689.                       316, 178, 256, -1, 256, 255, 316, -1,
  6690.                       182, 317, 23, -1, 266, 318, 269, -1,
  6691.                       318, 271, 269, -1, 23, 317, 1, -1,
  6692.                       260, 256, 319, -1, 256, 1, 319, -1,
  6693.                       317, 319, 1, -1, 261, 260, 319, -1,
  6694.                       319, 317, 261, -1, 261, 317, 263, -1,
  6695.                       263, 317, 264, -1, 264, 317, 265, -1,
  6696.                       265, 317, 182, -1, 182, 266, 265, -1,
  6697.                       91, 318, 266, -1, 266, 182, 91, -1,
  6698.                       131, 229, 320, -1, 229, 106, 320, -1,
  6699.                       108, 230, 321, -1, 230, 109, 321, -1,
  6700.                       258, 322, 254, -1, 322, 174, 316, -1,
  6701.                       316, 254, 322, -1, 322, 177, 174, -1,
  6702.                       322, 258, 177, -1, 258, 257, 177, -1 ]
  6703.                 colorIndex    [  ]
  6704.                 texCoordIndex    [  ]
  6705.                 ccw    TRUE
  6706.                 solid    FALSE
  6707.                 creaseAngle    1.03393
  6708.               }
  6709.  
  6710.             }
  6711.  
  6712.             center    -130.883 208.619 173.608
  6713.               }
  6714.               DEF TOP-COVER Transform {
  6715.             children    Shape {
  6716.               appearance    Appearance {
  6717.                 material    DEF _105 Material {
  6718.                   ambientIntensity    0
  6719.                   diffuseColor    0.05 0.05 0.05
  6720.                   specularColor    0.0744681 0.0744681 0.0744681
  6721.                   emissiveColor    0 0 0
  6722.                   shininess    0.234043
  6723.                   transparency    0
  6724.                 }
  6725.  
  6726.                 texture    NULL
  6727.  
  6728.                 textureTransform    NULL
  6729.  
  6730.               }
  6731.  
  6732.               geometry    IndexedFaceSet {
  6733.                 coord    Coordinate {
  6734.                   point    [ -66.065 340.841 232.862,
  6735.                         -106.95 348.223 201.805,
  6736.                         -108.382 339.584 273.745,
  6737.                         -62.0382 343.54 169.246,
  6738.                         -106.474 348.46 129.32,
  6739.                         -61.8952 340.698 99.9491,
  6740.                         -106.942 340.29 57.3063,
  6741.                         -151.872 340.292 57.302,
  6742.                         -152.337 348.463 129.319,
  6743.                         -151.862 348.225 201.806,
  6744.                         -150.434 339.585 273.75,
  6745.                         -192.793 340.841 232.862,
  6746.                         -196.82 343.54 169.246,
  6747.                         -196.963 340.698 99.9491,
  6748.                         -195.481 337.209 67.0024,
  6749.                         -63.8181 337.121 65.865,
  6750.                         -69.3709 337.612 263.707,
  6751.                         -188.803 337.478 265.278,
  6752.                         -198.735 337.138 266.346,
  6753.                         -206.462 341.338 164.919,
  6754.                         -204.722 336.315 62.528,
  6755.                         -153.206 339.734 47.8811,
  6756.                         -203.106 336.078 58.832,
  6757.                         -105.657 339.734 47.8806,
  6758.                         -55.7435 336.078 58.8407,
  6759.                         -54.1359 336.315 62.5281,
  6760.                         -55.1474 336.075 59.5212,
  6761.                         -52.3857 342.736 164.576,
  6762.                         -60.1229 337.138 266.346,
  6763.                         -63.244 336.684 270.875,
  6764.                         -90.2768 338.335 278.897,
  6765.                         -109.767 339.3 276.147,
  6766.                         -110.234 336.29 276.782,
  6767.                         -91.1795 335.693 279.589,
  6768.                         -91.0955 335.719 282.537,
  6769.                         -112.641 336.099 279.487,
  6770.                         -129.429 336.754 275.727,
  6771.                         -148.614 339.338 275.96,
  6772.                         -191.519 336.857 272.822,
  6773.                         -168.335 338.346 278.609,
  6774.                         -70.7066 334.726 274.948,
  6775.                         -188.151 334.726 274.948,
  6776.                         -188.151 334.726 274.948,
  6777.                         -167.678 335.693 279.589,
  6778.                         -168.335 338.346 278.609,
  6779.                         -188.993 334.726 277.794,
  6780.                         -167.763 335.719 282.537,
  6781.                         -146.217 336.099 279.487,
  6782.                         -148.614 339.338 275.96,
  6783.                         -148.618 336.29 276.782,
  6784.                         -129.429 336.754 275.727,
  6785.                         -129.429 336.332 278.65,
  6786.                         -112.641 336.099 279.487,
  6787.                         -91.1795 335.693 279.589,
  6788.                         -91.0955 335.719 282.537,
  6789.                         -69.8648 334.726 277.794,
  6790.                         -70.7066 334.726 274.948,
  6791.                         -195.481 337.209 67.0024,
  6792.                         -203.707 336.075 59.516,
  6793.                         -204.722 336.315 62.528,
  6794.                         -203.106 336.078 58.832 ]
  6795.                 }
  6796.  
  6797.                 coordIndex    [ 0, 1, 2, -1, 0, 3, 1, -1,
  6798.                       3, 4, 1, -1, 3, 5, 4, -1,
  6799.                       5, 6, 4, -1, 4, 6, 7, -1,
  6800.                       8, 1, 4, -1, 4, 7, 8, -1,
  6801.                       2, 1, 9, -1, 9, 1, 8, -1,
  6802.                       9, 10, 2, -1, 10, 9, 11, -1,
  6803.                       11, 9, 12, -1, 12, 9, 8, -1,
  6804.                       8, 13, 12, -1, 8, 7, 13, -1,
  6805.                       13, 7, 14, -1, 5, 15, 6, -1,
  6806.                       2, 16, 0, -1, 11, 17, 10, -1,
  6807.                       17, 11, 18, -1, 12, 13, 19, -1,
  6808.                       11, 12, 19, -1, 18, 11, 19, -1,
  6809.                       13, 14, 20, -1, 13, 20, 19, -1,
  6810.                       21, 7, 6, -1, 14, 7, 21, -1,
  6811.                       21, 22, 14, -1, 23, 6, 15, -1,
  6812.                       6, 23, 21, -1, 15, 24, 23, -1,
  6813.                       15, 5, 25, -1, 15, 25, 26, -1,
  6814.                       15, 26, 24, -1, 5, 27, 25, -1,
  6815.                       5, 3, 27, -1, 3, 0, 27, -1,
  6816.                       0, 16, 28, -1, 0, 28, 27, -1,
  6817.                       29, 28, 16, -1, 30, 29, 16, -1,
  6818.                       16, 2, 30, -1, 2, 31, 30, -1,
  6819.                       31, 32, 33, -1, 33, 30, 31, -1,
  6820.                       34, 33, 32, -1, 32, 35, 34, -1,
  6821.                       35, 32, 36, -1, 32, 31, 36, -1,
  6822.                       2, 10, 37, -1, 37, 31, 2, -1,
  6823.                       36, 31, 37, -1, 10, 17, 38, -1,
  6824.                       38, 17, 18, -1, 39, 37, 10, -1,
  6825.                       38, 39, 10, -1, 40, 29, 30, -1,
  6826.                       30, 33, 40, -1, 39, 38, 41, -1,
  6827.                       42, 43, 44, -1, 42, 45, 43, -1,
  6828.                       45, 46, 43, -1, 43, 46, 47, -1,
  6829.                       48, 44, 43, -1, 47, 49, 43, -1,
  6830.                       48, 43, 49, -1, 50, 49, 47, -1,
  6831.                       48, 49, 50, -1, 47, 51, 50, -1,
  6832.                       50, 51, 52, -1, 53, 54, 55, -1,
  6833.                       55, 56, 53, -1, 57, 58, 59, -1,
  6834.                       57, 60, 58, -1 ]
  6835.                 colorIndex    [  ]
  6836.                 ccw    TRUE
  6837.                 solid    FALSE
  6838.                 convex    TRUE
  6839.                 creaseAngle    1.03393
  6840.               }
  6841.  
  6842.             }
  6843.  
  6844.               }
  6845.             ]
  6846.           }
  6847.           Transform {
  6848.             children    [
  6849.             ]
  6850.           }
  6851.         ]
  6852.           }
  6853.  
  6854.         }
  6855.         DEF CDROM-TREE Transform {
  6856.           children    Anchor {
  6857.         children    [
  6858.           DEF CDROM-TS TouchSensor {
  6859.           }
  6860.           DEF CDROM-ASSEMBLY Transform {
  6861.             children    [
  6862.               DEF _108 Group {
  6863.             children    [
  6864.               DEF CDROM-ANIMATION CoKeyframeAnimation {
  6865.                 children    DEF Time_109 TimeSensor {
  6866.                   cycleInterval    1.3
  6867.                   startTime    0
  6868.                 }
  6869.  
  6870.                 duration    2
  6871.                 framesPerSecond    10
  6872.               }
  6873.               DEF CDROM-ASSEMBLYTranslationInterp CoHermitePositionInterpolator {
  6874.                 key    [ 0, 1 ]
  6875.                 keyTypes    [ HERMITE,
  6876.                       HERMITE ]
  6877.                 numFrames    20
  6878.                 keyValue    [ 0 0 0,
  6879.                       0 0 125.744 ]
  6880.               }
  6881.             ]
  6882.               }
  6883.               DEF CDROM-LOGIC Script {
  6884.             eventOut            SFFloat            fractionOut
  6885.             eventOut            SFTime            delayedStartTime
  6886.             eventOut            SFBool            trayOpen
  6887.             eventOut            SFTime            slideShowStartTime
  6888.             eventIn            SFBool            timerActive
  6889.             eventIn            SFFloat            fractionIn
  6890.             eventIn            SFTime            triggerTime
  6891.             eventIn            SFInt32            whichScreen
  6892.             field            SFBool            trayOpenStatus    TRUE
  6893.             field            SFInt32            whichScreenStatus    1027026367
  6894.             url    "vrmlscript:
  6895. function timerActive(value, time)
  6896. {
  6897.     if (!value) trayOpenStatus = !trayOpenStatus;
  6898.     trayOpen = trayOpenStatus;
  6899. }
  6900.  
  6901.  
  6902. function fractionIn(value, time)
  6903. {
  6904.     if (!trayOpenStatus) fractionOut = value;
  6905.     else fractionOut = 1-value;
  6906. }
  6907.  
  6908. function triggerTime(value, time)
  6909. {
  6910.     delayedStartTime = value + 1;
  6911.  
  6912.     // if cdrom tray is currently open and about to close, and
  6913.     // we are currently sitting on the clogin screen, then start
  6914.     // up OOBE slide show with a delay.
  6915.     if (trayOpenStatus && (whichScreenStatus == 4))
  6916.     slideShowStartTime = value + 4;
  6917. }
  6918.  
  6919. function whichScreen(value, time)
  6920. {
  6921.     whichScreenStatus = value;
  6922. }
  6923. "
  6924.               }
  6925.               DEF CDROM-OOBE Transform {
  6926.             children    Anchor {
  6927.               children    DEF CDROM Transform {
  6928.                 children    Shape {
  6929.                   appearance    Appearance {
  6930.                 material    DEF _112 Material {
  6931.                   ambientIntensity    0.230089
  6932.                   diffuseColor    0.610811 0.610811 0.610811
  6933.                   specularColor    0.767568 0.756757 0.764964
  6934.                   emissiveColor    0 0 0
  6935.                   shininess    0.897297
  6936.                   transparency    0
  6937.                 }
  6938.  
  6939.                 texture    ImageTexture {
  6940.                   url    "Textures/oobeCDROM.256.rgba.gz"
  6941.                 }
  6942.  
  6943.                 textureTransform    TextureTransform {
  6944.                   translation    -0.002 -0.002
  6945.                   rotation    0
  6946.                   scale    1.01 1.01
  6947.                   center    -0.502 -0.502
  6948.                 }
  6949.  
  6950.                   }
  6951.  
  6952.                   geometry    IndexedFaceSet {
  6953.                 coord    Coordinate {
  6954.                   point    [ 0 10 -10,
  6955.                         3.82683 10 -9.2388,
  6956.                         7.07107 10 -7.07107,
  6957.                         9.2388 10 -3.82683,
  6958.                         10 10 4.37114e-07,
  6959.                         9.2388 10 3.82684,
  6960.                         7.07107 10 7.07107,
  6961.                         3.82683 10 9.2388,
  6962.                         1.50996e-06 10 10,
  6963.                         -3.82683 10 9.2388,
  6964.                         -7.07107 10 7.07107,
  6965.                         -9.2388 10 3.82684,
  6966.                         -10 10 -1.19249e-07,
  6967.                         -9.23879 10 -3.82684,
  6968.                         -7.07107 10 -7.07107,
  6969.                         -3.82683 10 -9.2388,
  6970.                         0 10 0 ]
  6971.                 }
  6972.  
  6973.                 coordIndex    [ 16, 15, 14, -1, 16, 14, 13, -1,
  6974.                       16, 13, 12, -1, 16, 12, 11, -1,
  6975.                       16, 11, 10, -1, 16, 10, 9, -1,
  6976.                       16, 9, 8, -1, 16, 8, 7, -1,
  6977.                       16, 7, 6, -1, 16, 6, 5, -1,
  6978.                       16, 5, 4, -1, 16, 4, 3, -1,
  6979.                       16, 3, 2, -1, 16, 2, 1, -1,
  6980.                       16, 1, 0, -1, 16, 0, 15, -1 ]
  6981.                 colorIndex    [  ]
  6982.                 texCoord    TextureCoordinate {
  6983.                   point    [ 0.5 1,
  6984.                         0.5 0.5,
  6985.                         0.308659 0.96194,
  6986.                         0.146447 0.853554,
  6987.                         0.0380603 0.691342,
  6988.                         0 0.5,
  6989.                         0.0380602 0.308658,
  6990.                         0.146447 0.146446,
  6991.                         0.308658 0.0380602,
  6992.                         0.5 0,
  6993.                         0.691342 0.0380602,
  6994.                         0.853553 0.146447,
  6995.                         0.96194 0.308658,
  6996.                         1 0.5,
  6997.                         0.96194 0.691342,
  6998.                         0.853553 0.853553,
  6999.                         0.691342 0.96194 ]
  7000.                 }
  7001.  
  7002.                 texCoordIndex    [ 1, 2, 3, -1, 1, 3, 4, -1,
  7003.                       1, 4, 5, -1, 1, 5, 6, -1,
  7004.                       1, 6, 7, -1, 1, 7, 8, -1,
  7005.                       1, 8, 9, -1, 1, 9, 10, -1,
  7006.                       1, 10, 11, -1, 1, 11, 12, -1,
  7007.                       1, 12, 13, -1, 1, 13, 14, -1,
  7008.                       1, 14, 15, -1, 1, 15, 16, -1,
  7009.                       1, 16, 0, -1, 1, 0, 2, -1 ]
  7010.                 creaseAngle    3.14159
  7011.                   }
  7012.  
  7013.                 }
  7014.  
  7015.                 translation    -129.654 319.9 206.354
  7016.                 rotation    0 0 1  0
  7017.                 scale    5.83027 0.145162 5.83028
  7018.                 scaleOrientation    0 0 1  0
  7019.               }
  7020.  
  7021.               url    "TechDocs/oobe.html"
  7022.               description    ""
  7023.               parameter    "target=secondary"
  7024.             }
  7025.  
  7026.               }
  7027.               DEF CDROM-SWITCHABLE-TREE Transform {
  7028.             children    DEF CDROM-SWITCH Switch {
  7029.               whichChoice    0
  7030.               choice    [
  7031.                 DEF CDROM-SWITCHABLE-GROUP Transform {
  7032.                   children    [
  7033.                 DEF CDROM-DOOR Transform {
  7034.                   children    Shape {
  7035.                     appearance    Appearance {
  7036.                       material    DEF _114 Material {
  7037.                     ambientIntensity    0.2
  7038.                     diffuseColor    0 0.124 0.2
  7039.                     specularColor    0.0768561 0.0957447 0.0957447
  7040.                     emissiveColor    0 0 0
  7041.                     shininess    0.133333
  7042.                     transparency    0
  7043.                       }
  7044.  
  7045.                     }
  7046.  
  7047.                     geometry    IndexedFaceSet {
  7048.                       coord    Coordinate {
  7049.                     point    [ -151.237 333.314 295.79,
  7050.                           -150.9 338.221 292.389,
  7051.                           -194 331.579 287.197,
  7052.                           -192.726 336.274 283.699,
  7053.                           -107.916 338.22 292.385,
  7054.                           -107.577 333.313 295.786,
  7055.                           -66.1286 336.265 283.709,
  7056.                           -64.8583 331.579 287.197,
  7057.                           -61.9016 313.442 293.549,
  7058.                           -194.187 331.081 286.213,
  7059.                           -194.007 331.539 287.219,
  7060.                           -196.956 313.442 293.549,
  7061.                           -192.993 335.39 283.049,
  7062.                           -191.369 337.78 279.532,
  7063.                           -191.842 336.745 279.631,
  7064.                           -197.37 306.596 295.194,
  7065.                           -197.538 306.355 294.115,
  7066.                           -194.196 331.04 286.236,
  7067.                           -196.048 301.836 295.63,
  7068.                           -196.108 302.538 296.533,
  7069.                           -191.636 299.906 298.488,
  7070.                           -191.44 299.226 297.622,
  7071.                           -155.583 296.02 305.661,
  7072.                           -155.592 296.7 306.552,
  7073.                           -103.027 296.034 305.629,
  7074.                           -102.841 296.723 306.497,
  7075.                           -67.4183 299.226 297.622,
  7076.                           -67.2217 299.906 298.488,
  7077.                           -62.8197 301.823 295.636,
  7078.                           -62.789 302.485 296.557,
  7079.                           -61.3202 306.355 294.115,
  7080.                           -61.4875 306.596 295.194,
  7081.                           -64.6615 331.04 286.236,
  7082.                           -65.8528 335.36 283.084,
  7083.                           -67.4764 337.781 279.574,
  7084.                           -67.0078 336.745 279.657,
  7085.                           -68.0978 336.066 275.959,
  7086.                           -68.5974 337.049 275.776,
  7087.                           -152.164 314.828 302.56,
  7088.                           -106.693 314.828 302.56,
  7089.                           -150.505 339.863 288.393,
  7090.                           -170.843 338.092 280.395,
  7091.                           -190.261 337.049 275.776,
  7092.                           -190.76 336.066 275.959,
  7093.                           -150 338.998 283.352,
  7094.                           -150.645 338.285 278.056,
  7095.                           -129.429 338.889 281.265,
  7096.                           -129.429 339.312 276.986,
  7097.                           -108.24 338.286 278.053,
  7098.                           -108.817 338.997 283.347,
  7099.                           -108.311 339.862 288.389,
  7100.                           -94.805 338.309 280.692,
  7101.                           -190.954 309.958 294.528,
  7102.                           -190.954 328.519 288.424,
  7103.                           -190.954 322.925 269.538,
  7104.                           -190.954 309.835 269.545,
  7105.                           -67.437 309.835 269.545,
  7106.                           -67.437 309.958 294.528,
  7107.                           -67.437 322.925 269.538,
  7108.                           -67.437 328.519 288.424,
  7109.                           -129.195 322.925 269.538,
  7110.                           -129.195 330.867 296.35 ]
  7111.                       }
  7112.  
  7113.                       coordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  7114.                             0, 4, 1, -1, 4, 0, 5, -1,
  7115.                             4, 5, 6, -1, 6, 5, 7, -1,
  7116.                             7, 5, 8, -1, 9, 10, 3, -1,
  7117.                             10, 9, 11, -1, 9, 3, 12, -1,
  7118.                             12, 3, 13, -1, 13, 14, 12, -1,
  7119.                             15, 11, 16, -1, 17, 16, 11, -1,
  7120.                             15, 16, 18, -1, 18, 19, 15, -1,
  7121.                             20, 19, 21, -1, 21, 19, 18, -1,
  7122.                             22, 23, 20, -1, 20, 21, 22, -1,
  7123.                             23, 22, 24, -1, 24, 25, 23, -1,
  7124.                             25, 24, 26, -1, 26, 27, 25, -1,
  7125.                             27, 26, 28, -1, 28, 29, 27, -1,
  7126.                             29, 28, 30, -1, 30, 31, 29, -1,
  7127.                             8, 31, 30, -1, 8, 30, 32, -1,
  7128.                             32, 7, 8, -1, 6, 7, 33, -1,
  7129.                             33, 7, 32, -1, 34, 6, 33, -1,
  7130.                             33, 35, 34, -1, 34, 35, 36, -1,
  7131.                             36, 37, 34, -1, 23, 25, 38, -1,
  7132.                             38, 20, 23, -1, 38, 19, 20, -1,
  7133.                             19, 38, 15, -1, 15, 38, 11, -1,
  7134.                             2, 11, 38, -1, 38, 0, 2, -1,
  7135.                             39, 38, 25, -1, 0, 38, 39, -1,
  7136.                             39, 25, 27, -1, 27, 29, 39, -1,
  7137.                             39, 29, 31, -1, 31, 8, 39, -1,
  7138.                             5, 39, 8, -1, 39, 5, 0, -1,
  7139.                             13, 3, 40, -1, 1, 40, 3, -1,
  7140.                             41, 42, 13, -1, 14, 13, 42, -1,
  7141.                             42, 43, 14, -1, 41, 13, 44, -1,
  7142.                             40, 44, 13, -1, 44, 45, 41, -1,
  7143.                             46, 45, 44, -1, 47, 45, 46, -1,
  7144.                             46, 48, 47, -1, 46, 49, 48, -1,
  7145.                             44, 49, 46, -1, 44, 40, 49, -1,
  7146.                             49, 50, 34, -1, 50, 49, 40, -1,
  7147.                             34, 50, 6, -1, 4, 6, 50, -1,
  7148.                             50, 40, 1, -1, 50, 1, 4, -1,
  7149.                             51, 48, 49, -1, 34, 51, 49, -1,
  7150.                             51, 34, 37, -1, 52, 53, 54, 55,
  7151.                             -1, 56, 57, 52, 55, -1, 56, 58,
  7152.                             59, 57, -1, 55, 54, 60, 58, 56,
  7153.                             -1, 59, 58, 60, 61, -1, 60, 54,
  7154.                             53, 61, -1 ]
  7155.                       texCoord    TextureCoordinate {
  7156.                     point    [ 0.339904 0.273782,
  7157.                           0.342378 0.309805,
  7158.                           0.0259731 0.261045,
  7159.                           0.0259731 0.261045,
  7160.                           0.342378 0.309805,
  7161.                           0.0353258 0.295512,
  7162.                           0.339904 0.273782,
  7163.                           0.657932 0.309798,
  7164.                           0.342378 0.309805,
  7165.                           0.657932 0.309798,
  7166.                           0.339904 0.273782,
  7167.                           0.66042 0.273775,
  7168.                           0.657932 0.309798,
  7169.                           0.66042 0.273775,
  7170.                           0.964701 0.295446,
  7171.                           0.964701 0.295446,
  7172.                           0.66042 0.273775,
  7173.                           0.974026 0.261045,
  7174.                           0.974026 0.261045,
  7175.                           0.66042 0.273775,
  7176.                           0.995732 0.127898,
  7177.                           0.0246003 0.257389,
  7178.                           0.0259217 0.260752,
  7179.                           0.0353258 0.295512,
  7180.                           0.0259217 0.260752,
  7181.                           0.0246003 0.257389,
  7182.                           0.00427258 0.127898,
  7183.                           0.0246003 0.257389,
  7184.                           0.0353258 0.295512,
  7185.                           0.0333657 0.289023,
  7186.                           0.0333657 0.289023,
  7187.                           0.0353258 0.295512,
  7188.                           0.0452877 0.306568,
  7189.                           0.0452877 0.306568,
  7190.                           0.0418154 0.29897,
  7191.                           0.0333657 0.289023,
  7192.                           0.00123331 0.0776405,
  7193.                           0.00427258 0.127898,
  7194.                           0 0.0758713,
  7195.                           0.0245342 0.257088,
  7196.                           0 0.0758713,
  7197.                           0.00427258 0.127898,
  7198.                           0.00123331 0.0776405,
  7199.                           0 0.0758713,
  7200.                           0.0109383 0.0426964,
  7201.                           0.0109383 0.0426964,
  7202.                           0.0104978 0.0478499,
  7203.                           0.00123331 0.0776405,
  7204.                           0.0433276 0.028528,
  7205.                           0.0104978 0.0478499,
  7206.                           0.0447665 0.023536,
  7207.                           0.0447665 0.023536,
  7208.                           0.0104978 0.0478499,
  7209.                           0.0109383 0.0426964,
  7210.                           0.307999 0,
  7211.                           0.307933 0.00499218,
  7212.                           0.0433276 0.028528,
  7213.                           0.0433276 0.028528,
  7214.                           0.0447665 0.023536,
  7215.                           0.307999 0,
  7216.                           0.307933 0.00499218,
  7217.                           0.307999 0,
  7218.                           0.693823 0.000102832,
  7219.                           0.693823 0.000102832,
  7220.                           0.695188 0.00516087,
  7221.                           0.307933 0.00499218,
  7222.                           0.695188 0.00516087,
  7223.                           0.693823 0.000102832,
  7224.                           0.955233 0.023536,
  7225.                           0.955233 0.023536,
  7226.                           0.956676 0.028528,
  7227.                           0.695188 0.00516087,
  7228.                           0.956676 0.028528,
  7229.                           0.955233 0.023536,
  7230.                           0.988992 0.042601,
  7231.                           0.988992 0.042601,
  7232.                           0.989217 0.0474607,
  7233.                           0.956676 0.028528,
  7234.                           0.989217 0.0474607,
  7235.                           0.988992 0.042601,
  7236.                           1 0.0758713,
  7237.                           1 0.0758713,
  7238.                           0.998772 0.0776405,
  7239.                           0.989217 0.0474607,
  7240.                           0.995732 0.127898,
  7241.                           0.998772 0.0776405,
  7242.                           1 0.0758713,
  7243.                           0.995732 0.127898,
  7244.                           1 0.0758713,
  7245.                           0.975471 0.257088,
  7246.                           0.975471 0.257088,
  7247.                           0.974026 0.261045,
  7248.                           0.995732 0.127898,
  7249.                           0.964701 0.295446,
  7250.                           0.974026 0.261045,
  7251.                           0.966725 0.288802,
  7252.                           0.966725 0.288802,
  7253.                           0.974026 0.261045,
  7254.                           0.975471 0.257088,
  7255.                           0.954806 0.306575,
  7256.                           0.964701 0.295446,
  7257.                           0.966725 0.288802,
  7258.                           0.966725 0.288802,
  7259.                           0.958246 0.29897,
  7260.                           0.954806 0.306575,
  7261.                           0.954806 0.306575,
  7262.                           0.958246 0.29897,
  7263.                           0.950244 0.293985,
  7264.                           0.950244 0.293985,
  7265.                           0.946577 0.301202,
  7266.                           0.954806 0.306575,
  7267.                           0.307933 0.00499218,
  7268.                           0.695188 0.00516087,
  7269.                           0.333099 0.138073,
  7270.                           0.333099 0.138073,
  7271.                           0.0433276 0.028528,
  7272.                           0.307933 0.00499218,
  7273.                           0.333099 0.138073,
  7274.                           0.0104978 0.0478499,
  7275.                           0.0433276 0.028528,
  7276.                           0.0104978 0.0478499,
  7277.                           0.333099 0.138073,
  7278.                           0.00123331 0.0776405,
  7279.                           0.00123331 0.0776405,
  7280.                           0.333099 0.138073,
  7281.                           0.00427258 0.127898,
  7282.                           0.0259731 0.261045,
  7283.                           0.00427258 0.127898,
  7284.                           0.333099 0.138073,
  7285.                           0.333099 0.138073,
  7286.                           0.339904 0.273782,
  7287.                           0.0259731 0.261045,
  7288.                           0.66691 0.138073,
  7289.                           0.333099 0.138073,
  7290.                           0.695188 0.00516087,
  7291.                           0.339904 0.273782,
  7292.                           0.333099 0.138073,
  7293.                           0.66691 0.138073,
  7294.                           0.66691 0.138073,
  7295.                           0.695188 0.00516087,
  7296.                           0.956676 0.028528,
  7297.                           0.956676 0.028528,
  7298.                           0.989217 0.0474607,
  7299.                           0.66691 0.138073,
  7300.                           0.66691 0.138073,
  7301.                           0.989217 0.0474607,
  7302.                           0.998772 0.0776405,
  7303.                           0.998772 0.0776405,
  7304.                           0.995732 0.127898,
  7305.                           0.66691 0.138073,
  7306.                           0.66042 0.273775,
  7307.                           0.66691 0.138073,
  7308.                           0.995732 0.127898,
  7309.                           0.66691 0.138073,
  7310.                           0.66042 0.273775,
  7311.                           0.339904 0.273782,
  7312.                           0.0452877 0.306568,
  7313.                           0.0353258 0.295512,
  7314.                           0.345278 0.32186,
  7315.                           0.342378 0.309805,
  7316.                           0.345278 0.32186,
  7317.                           0.0353258 0.295512,
  7318.                           0.195973 0.308858,
  7319.                           0.0534218 0.301202,
  7320.                           0.0452877 0.306568,
  7321.                           0.0418154 0.29897,
  7322.                           0.0452877 0.306568,
  7323.                           0.0534218 0.301202,
  7324.                           0.0534218 0.301202,
  7325.                           0.0497586 0.293985,
  7326.                           0.0418154 0.29897,
  7327.                           0.195973 0.308858,
  7328.                           0.0452877 0.306568,
  7329.                           0.348985 0.315509,
  7330.                           0.345278 0.32186,
  7331.                           0.348985 0.315509,
  7332.                           0.0452877 0.306568,
  7333.                           0.348985 0.315509,
  7334.                           0.34425 0.310275,
  7335.                           0.195973 0.308858,
  7336.                           0.500001 0.314709,
  7337.                           0.34425 0.310275,
  7338.                           0.348985 0.315509,
  7339.                           0.500001 0.317815,
  7340.                           0.34425 0.310275,
  7341.                           0.500001 0.314709,
  7342.                           0.500001 0.314709,
  7343.                           0.655553 0.310283,
  7344.                           0.500001 0.317815,
  7345.                           0.500001 0.314709,
  7346.                           0.651317 0.315502,
  7347.                           0.655553 0.310283,
  7348.                           0.348985 0.315509,
  7349.                           0.651317 0.315502,
  7350.                           0.500001 0.314709,
  7351.                           0.348985 0.315509,
  7352.                           0.345278 0.32186,
  7353.                           0.651317 0.315502,
  7354.                           0.651317 0.315502,
  7355.                           0.655032 0.321852,
  7356.                           0.954806 0.306575,
  7357.                           0.655032 0.321852,
  7358.                           0.651317 0.315502,
  7359.                           0.345278 0.32186,
  7360.                           0.954806 0.306575,
  7361.                           0.655032 0.321852,
  7362.                           0.964701 0.295446,
  7363.                           0.657932 0.309798,
  7364.                           0.964701 0.295446,
  7365.                           0.655032 0.321852,
  7366.                           0.655032 0.321852,
  7367.                           0.345278 0.32186,
  7368.                           0.342378 0.309805,
  7369.                           0.655032 0.321852,
  7370.                           0.342378 0.309805,
  7371.                           0.657932 0.309798,
  7372.                           0.754182 0.310451,
  7373.                           0.655553 0.310283,
  7374.                           0.651317 0.315502,
  7375.                           0.954806 0.306575,
  7376.                           0.754182 0.310451,
  7377.                           0.651317 0.315502,
  7378.                           0.754182 0.310451,
  7379.                           0.954806 0.306575,
  7380.                           0.946577 0.301202,
  7381.                           0 1,
  7382.                           0 0,
  7383.                           1 0,
  7384.                           1 1,
  7385.                           0.5 0,
  7386.                           0.5 0,
  7387.                           0.5 1 ]
  7388.                       }
  7389.  
  7390.                       texCoordIndex    [ 0, 1, 2, -1, 3, 4, 5, -1,
  7391.                             6, 7, 8, -1, 9, 10, 11, -1,
  7392.                             12, 13, 14, -1, 15, 16, 17, -1,
  7393.                             18, 19, 20, -1, 21, 22, 23, -1,
  7394.                             24, 25, 26, -1, 27, 28, 29, -1,
  7395.                             30, 31, 32, -1, 33, 34, 35, -1,
  7396.                             36, 37, 38, -1, 39, 40, 41, -1,
  7397.                             42, 43, 44, -1, 45, 46, 47, -1,
  7398.                             48, 49, 50, -1, 51, 52, 53, -1,
  7399.                             54, 55, 56, -1, 57, 58, 59, -1,
  7400.                             60, 61, 62, -1, 63, 64, 65, -1,
  7401.                             66, 67, 68, -1, 69, 70, 71, -1,
  7402.                             72, 73, 74, -1, 75, 76, 77, -1,
  7403.                             78, 79, 80, -1, 81, 82, 83, -1,
  7404.                             84, 85, 86, -1, 87, 88, 89, -1,
  7405.                             90, 91, 92, -1, 93, 94, 95, -1,
  7406.                             96, 97, 98, -1, 99, 100, 101, -1,
  7407.                             102, 103, 104, -1, 105, 106, 107, -1,
  7408.                             108, 109, 110, -1, 111, 112, 113, -1,
  7409.                             114, 115, 116, -1, 117, 118, 119, -1,
  7410.                             120, 121, 122, -1, 123, 124, 125, -1,
  7411.                             126, 127, 128, -1, 129, 130, 131, -1,
  7412.                             132, 133, 134, -1, 135, 136, 137, -1,
  7413.                             138, 139, 140, -1, 141, 142, 143, -1,
  7414.                             144, 145, 146, -1, 147, 148, 149, -1,
  7415.                             150, 151, 152, -1, 153, 154, 155, -1,
  7416.                             156, 157, 158, -1, 159, 160, 161, -1,
  7417.                             162, 163, 164, -1, 165, 166, 167, -1,
  7418.                             168, 169, 170, -1, 171, 172, 173, -1,
  7419.                             174, 175, 176, -1, 177, 178, 179, -1,
  7420.                             180, 181, 182, -1, 183, 184, 185, -1,
  7421.                             186, 187, 188, -1, 189, 190, 191, -1,
  7422.                             192, 193, 194, -1, 195, 196, 197, -1,
  7423.                             198, 199, 200, -1, 201, 202, 203, -1,
  7424.                             204, 205, 206, -1, 207, 208, 209, -1,
  7425.                             210, 211, 212, -1, 213, 214, 215, -1,
  7426.                             216, 217, 218, -1, 219, 220, 221, -1,
  7427.                             222, 223, 224, -1, 225, 226, 227, 228,
  7428.                             -1, 225, 226, 227, 228, -1, 225, 226,
  7429.                             227, 228, -1, 225, 226, 229, 227, 228,
  7430.                             -1, 225, 226, 230, 231, -1, 230, 227,
  7431.                             228, 231, -1 ]
  7432.                       ccw    TRUE
  7433.                       solid    FALSE
  7434.                       convex    TRUE
  7435.                       creaseAngle    0.83514
  7436.                     }
  7437.  
  7438.                   }
  7439.  
  7440.                   center    -129.429 317.941 288.045
  7441.                 }
  7442.                 DEF CDROM-TRAY Transform {
  7443.                   children    Shape {
  7444.                     appearance    Appearance {
  7445.                       material    DEF _115 Material {
  7446.                     ambientIntensity    0.2365
  7447.                     diffuseColor    0.797872 0.732329 0.603135
  7448.                     specularColor    0.0786239 0.0803968 0.0484226
  7449.                     emissiveColor    0 0 0
  7450.                     shininess    0.167568
  7451.                     transparency    0
  7452.                       }
  7453.  
  7454.                     }
  7455.  
  7456.                     geometry    IndexedFaceSet {
  7457.                       coord    Coordinate {
  7458.                     point    [ -66.8465 315.652 137.438,
  7459.                           -66.8465 315.652 268.599,
  7460.                           -191.336 315.652 268.599,
  7461.                           -191.336 315.652 137.438,
  7462.                           -191.336 320.081 268.599,
  7463.                           -191.336 320.081 137.438,
  7464.                           -66.8465 320.081 137.438,
  7465.                           -66.8465 320.081 268.599 ]
  7466.                       }
  7467.  
  7468.                       coordIndex    [ 0, 1, 2, 3, -1, 3, 2, 4,
  7469.                             5, -1, 6, 0, 3, 5, -1, 5,
  7470.                             4, 7, 6, -1, 6, 7, 1, 0,
  7471.                             -1 ]
  7472.                       colorIndex    [  ]
  7473.                       texCoord    TextureCoordinate {
  7474.                     point    [ 0 1,
  7475.                           0 0,
  7476.                           1 0,
  7477.                           1 1 ]
  7478.                       }
  7479.  
  7480.                       texCoordIndex    [ 0, 1, 2, 3, -1, 0, 1, 2,
  7481.                             3, -1, 0, 1, 2, 3, -1, 0,
  7482.                             1, 2, 3, -1, 0, 1, 2, 3,
  7483.                             -1 ]
  7484.                       creaseAngle    0.83514
  7485.                     }
  7486.  
  7487.                   }
  7488.  
  7489.                   translation    0 0 0
  7490.                 }
  7491.                 DEF CDROM-BUTTON Transform {
  7492.                   children    Shape {
  7493.                     appearance    Appearance {
  7494.                       material    DEF _116 Material {
  7495.                     ambientIntensity    0.2
  7496.                     diffuseColor    0 0.124 0.2
  7497.                     specularColor    0.0768561 0.0957447 0.0957447
  7498.                     emissiveColor    0 0 0
  7499.                     shininess    0.133333
  7500.                     transparency    0
  7501.                       }
  7502.  
  7503.                     }
  7504.  
  7505.                     geometry    IndexedFaceSet {
  7506.                       coord    Coordinate {
  7507.                     point    [ 0 -100 -100,
  7508.                           0 100 -100,
  7509.                           70.7107 -100 -70.7107,
  7510.                           70.7107 100 -70.7107,
  7511.                           100 -100 4.37114e-06,
  7512.                           100 100 4.37114e-06,
  7513.                           70.7107 -100 70.7107,
  7514.                           70.7107 100 70.7107,
  7515.                           1.50996e-05 -100 100,
  7516.                           1.50996e-05 100 100,
  7517.                           -70.7107 -100 70.7107,
  7518.                           -70.7107 100 70.7107,
  7519.                           -100 -100 -1.19249e-06,
  7520.                           -100 100 -1.19249e-06,
  7521.                           -70.7107 -100 -70.7107,
  7522.                           -70.7107 100 -70.7107,
  7523.                           0 -133.437 0,
  7524.                           0 100 -100,
  7525.                           0 -100 -100,
  7526.                           0 -100 -100,
  7527.                           70.7107 -100 -70.7107,
  7528.                           100 -100 4.37114e-06,
  7529.                           70.7107 -100 70.7107,
  7530.                           1.50996e-05 -100 100,
  7531.                           -70.7107 -100 70.7107,
  7532.                           -100 -100 -1.19249e-06,
  7533.                           -70.7107 -100 -70.7107 ]
  7534.                       }
  7535.  
  7536.                       coordIndex    [ 16, 23, 24, -1, 16, 24, 25, -1,
  7537.                             16, 25, 26, -1, 16, 26, 19, -1,
  7538.                             16, 19, 20, -1, 16, 20, 21, -1,
  7539.                             16, 21, 22, -1, 16, 22, 23, -1,
  7540.                             8, 9, 11, -1, 11, 10, 8, -1,
  7541.                             10, 11, 13, -1, 13, 12, 10, -1,
  7542.                             12, 13, 15, -1, 15, 14, 12, -1,
  7543.                             14, 15, 17, -1, 17, 18, 14, -1,
  7544.                             0, 1, 3, -1, 3, 2, 0, -1,
  7545.                             2, 3, 5, -1, 5, 4, 2, -1,
  7546.                             4, 5, 7, -1, 7, 6, 4, -1,
  7547.                             6, 7, 9, -1, 6, 9, 8, -1 ]
  7548.                       colorIndex    [  ]
  7549.                       texCoord    TextureCoordinate {
  7550.                     point    [ 1 0,
  7551.                           1 1,
  7552.                           0.9375 0,
  7553.                           0.9375 1,
  7554.                           0.875 0,
  7555.                           0.875 1,
  7556.                           0.8125 0,
  7557.                           0.8125 1,
  7558.                           0.75 0,
  7559.                           0.75 1,
  7560.                           0.6875 0,
  7561.                           0.6875 1,
  7562.                           0.625 0,
  7563.                           0.625 1,
  7564.                           0.5625 0,
  7565.                           0.5625 1,
  7566.                           0.5 0,
  7567.                           0.5 1,
  7568.                           0.4375 0,
  7569.                           0.4375 1,
  7570.                           0.375 0,
  7571.                           0.375 1,
  7572.                           0.3125 0,
  7573.                           0.3125 1,
  7574.                           0.25 0,
  7575.                           0.25 1,
  7576.                           0.1875 0,
  7577.                           0.1875 1,
  7578.                           0.125 0,
  7579.                           0.125 1,
  7580.                           0.0625 0,
  7581.                           0.0625 1,
  7582.                           0 0,
  7583.                           0 1,
  7584.                           0.5 0.5,
  7585.                           0 0.5,
  7586.                           0.691342 0.0380602,
  7587.                           0.853553 0.146447,
  7588.                           0.853553 0.853553,
  7589.                           0.691342 0.96194,
  7590.                           0.96194 0.308658,
  7591.                           1 0.5,
  7592.                           0.96194 0.691342,
  7593.                           0.308658 0.96194,
  7594.                           0.146447 0.853554,
  7595.                           0.0380602 0.691342,
  7596.                           0.0380603 0.308658,
  7597.                           0.146447 0.146446,
  7598.                           0.308659 0.0380601 ]
  7599.                       }
  7600.  
  7601.                       texCoordIndex    [ 34, 17, 44, -1, 34, 44, 35, -1,
  7602.                             34, 35, 47, -1, 34, 47, 16, -1,
  7603.                             34, 16, 37, -1, 34, 37, 41, -1,
  7604.                             34, 41, 38, -1, 34, 38, 17, -1,
  7605.                             16, 17, 21, -1, 21, 20, 16, -1,
  7606.                             20, 21, 25, -1, 25, 24, 20, -1,
  7607.                             24, 25, 29, -1, 29, 28, 24, -1,
  7608.                             28, 29, 33, -1, 33, 32, 28, -1,
  7609.                             0, 1, 5, -1, 5, 4, 0, -1,
  7610.                             4, 5, 9, -1, 9, 8, 4, -1,
  7611.                             8, 9, 13, -1, 13, 12, 8, -1,
  7612.                             12, 13, 17, -1, 12, 17, 16, -1 ]
  7613.                       creaseAngle    1.33937
  7614.                     }
  7615.  
  7616.                   }
  7617.  
  7618.                   translation    -80.343 306.218 298.248
  7619.                   rotation    0.988897 -0.100792 -0.1092  4.63081
  7620.                   scale    0.0593506 0.0181387 0.0359426
  7621.                   scaleOrientation    0 0 1  0
  7622.                 }
  7623.                   ]
  7624.                 }
  7625.                 Transform {
  7626.                   children    [
  7627.                   ]
  7628.                 }
  7629.               ]
  7630.             }
  7631.  
  7632.               }
  7633.             ]
  7634.             translation    0 0 125.744
  7635.             center    -129.429 317.941 221.995
  7636.           }
  7637.         ]
  7638.         url    "TechDocs/cdrom.html"
  7639.         parameter    "target=secondary"
  7640.           }
  7641.  
  7642.         }
  7643.       ]
  7644.     }
  7645.       ]
  7646.     }
  7647.     DEF AMBIENT-VOLUME-LOGIC Script {
  7648.       eventOut      SFFloat      volumeOut
  7649.       eventOut      SFVec3f      volumeUpDisplace
  7650.       eventOut      SFVec3f      volumeDownDisplace
  7651.       eventOut      SFColor      volumeUpColor
  7652.       eventOut      SFColor      volumeDownColor
  7653.       eventIn      SFTime      volumeUpTrigger
  7654.       eventIn      SFTime      volumeDownTrigger
  7655.       eventIn      SFBool      volumeUpIsActive
  7656.       eventIn      SFBool      volumeDownIsActive
  7657.       eventIn      SFBool      volumeUpIsOver
  7658.       eventIn      SFBool      volumeDownIsOver
  7659.       field      SFFloat      volumeIncrement    0.3
  7660.       field      SFFloat      currentVolume    1
  7661.       url    "vrmlscript:
  7662. function volumeUpTrigger(value, time)
  7663. {
  7664.     currentVolume = currentVolume + volumeIncrement;
  7665.     volumeOut = currentVolume;
  7666.    
  7667. }
  7668.  
  7669. function volumeDownTrigger(value, time)
  7670. {
  7671.     currentVolume = currentVolume - volumeIncrement;
  7672.     if (currentVolume < 0.0) currentVolume = 0.0;
  7673.     volumeOut = currentVolume;
  7674. }
  7675.  
  7676. function volumeUpIsActive(value, time)
  7677. {
  7678.     if (value) volumeUpDisplace[2] = -10;
  7679.     else volumeUpDisplace[2] = 0;
  7680. }
  7681.  
  7682. function volumeDownIsActive(value, time)
  7683. {
  7684.     if (value) volumeDownDisplace[2] = -10;
  7685.     else volumeDownDisplace[2] = 0;
  7686. }
  7687.  
  7688. function volumeUpIsOver(value, time)
  7689. {
  7690.     if (value) {
  7691.     volumeUpColor[1] = .2;
  7692.     volumeUpColor[2] = .33;
  7693.     } else {
  7694.     volumeUpColor[1] = 0;
  7695.     volumeUpColor[2] = 0;
  7696.     }
  7697. }
  7698.  
  7699. function volumeDownIsOver(value, time)
  7700. {
  7701.     if (value) {
  7702.     volumeDownColor[1] = .2;
  7703.     volumeDownColor[2] = .33;
  7704.     } else {
  7705.     volumeDownColor[1] = 0;
  7706.     volumeDownColor[2] = 0;
  7707.     }
  7708. }
  7709. "
  7710.     }
  7711.     DEF POWER-SUPPLY-COVER Transform {
  7712.       children    [
  7713.     DEF _119 Group {
  7714.       children    [
  7715.         DEF POWER-COVER-ANIMATION CoKeyframeAnimation {
  7716.           children    DEF Time_120 TimeSensor {
  7717.         cycleInterval    4.5
  7718.         startTime    0
  7719.           }
  7720.  
  7721.           duration    4.5
  7722.           framesPerSecond    10
  7723.         }
  7724.         DEF POWER-SUPPLY-COVERTranslationInterp CoHermitePositionInterpolator {
  7725.           key    [ 0, 0.0666667, 0.288889, 0.511111,
  7726.                 0.822222, 1 ]
  7727.           keyTypes    [ HERMITE,
  7728.                 HERMITE,
  7729.                 HERMITE,
  7730.                 HERMITE,
  7731.                 HERMITE,
  7732.                 HERMITE ]
  7733.           numFrames    45
  7734.           keyValue    [ -172.854 238.457 39.6217,
  7735.                 -172.854 238.457 17.9256,
  7736.                 -172.854 238.457 -107.525,
  7737.                 -331.337 232.61 -164.801,
  7738.                 -527.564 91.6817 -258.219,
  7739.                 -527.564 50.0541 -258.219 ]
  7740.         }
  7741.         DEF POWER-SUPPLY-COVERRotationInterp CoHermiteOrientationInterpolator {
  7742.           key    [ 0, 0.0666667, 0.288889, 0.511111,
  7743.                 0.822222, 1 ]
  7744.           keyTypes    [ HERMITE,
  7745.                 HERMITE,
  7746.                 HERMITE,
  7747.                 HERMITE,
  7748.                 HERMITE,
  7749.                 HERMITE ]
  7750.           numFrames    45
  7751.           keyValue    [ 0 1 0  3.14159,
  7752.                 -2.91394e-14 1 -7.10543e-15  3.14159,
  7753.                 0.0269185 0.986504 0.16151  3.4079,
  7754.                 0.239268 0.789049 0.56582  3.48895,
  7755.                 0.308058 0.699409 0.644924  3.78644,
  7756.                 0.277999 0.679234 0.679233  3.6839 ]
  7757.         }
  7758.         DEF POWER-SUPPLY-COVERScaleFactorInterp CoHermitePositionInterpolator {
  7759.           key    [  ]
  7760.           keyTypes    [  ]
  7761.           numFrames    45
  7762.           keyValue    [  ]
  7763.         }
  7764.       ]
  7765.     }
  7766.     DEF DefaultTouchSensor_124 TouchSensor {
  7767.       enabled    TRUE
  7768.     }
  7769.     DEF PWRCOVER-LOGIC Script {
  7770.       eventOut      SFFloat      fractionOut
  7771.       eventOut      SFTime      startPwrSupplyTimer
  7772.       eventOut      SFBool      pwrSupplyTriggerEnable
  7773.       eventOut      SFBool      pwrCoverRemovedState
  7774.       eventOut      SFTime      startPwrCoverTimer
  7775.       eventIn      SFBool      timerActive
  7776.       eventIn      SFFloat      fractionIn
  7777.       eventIn      SFBool      pwrSupplyRemoved
  7778.       eventIn      SFBool      pwrTimerRunning
  7779.       eventIn      SFTime      pwrCoverTouchedTime
  7780.       field      SFBool      moduleRemoved    TRUE
  7781.       field      SFBool      pwrSupplyRemovedStatus    TRUE
  7782.       field      SFBool      animateBoth    FALSE
  7783.       url    "vrmlscript:
  7784. function timerActive(value, time)
  7785. {
  7786.     if (!value) moduleRemoved = !moduleRemoved;
  7787.     pwrCoverRemovedState = moduleRemoved;
  7788.     if (!moduleRemoved || value) pwrSupplyTriggerEnable = FALSE;
  7789.     else if (moduleRemoved && !value) pwrSupplyTriggerEnable = TRUE;
  7790. }
  7791.  
  7792. function fractionIn(value, time)
  7793. {
  7794.    if (!moduleRemoved) fractionOut = value;
  7795.         else fractionOut = 1-value;
  7796. }
  7797.  
  7798. function pwrSupplyRemoved(value, time)
  7799. {
  7800.    pwrSupplyRemovedStatus = value;  
  7801. }
  7802.  
  7803. function pwrTimerRunning(value, time)
  7804. {
  7805.     if (!value && animateBoth) {
  7806.         startPwrCoverTimer = time;
  7807.         animateBoth = FALSE;
  7808.     }
  7809. }
  7810.  
  7811. function pwrCoverTouchedTime(value, time)
  7812. {
  7813.     if (pwrSupplyRemovedStatus) {
  7814.         startPwrSupplyTimer = time;
  7815.         animateBoth = TRUE;
  7816.     } else startPwrCoverTimer = value;
  7817. }
  7818.  
  7819. "
  7820.     }
  7821.     DEF PWRCOVER-TREE Transform {
  7822.       children    Shape {
  7823.         appearance    Appearance {
  7824.           material    DEF _126 Material {
  7825.         ambientIntensity    0.2
  7826.         diffuseColor    0 0.124 0.2
  7827.         specularColor    0.0768561 0.0957447 0.0957447
  7828.         emissiveColor    0 0 0
  7829.         shininess    0.133333
  7830.         transparency    0
  7831.           }
  7832.  
  7833.           texture    ImageTexture {
  7834.         url    "Textures/powerSupplyCover.256.rgba.gz"
  7835.           }
  7836.  
  7837.           textureTransform    TextureTransform {
  7838.         translation    0 0
  7839.         rotation    0
  7840.         scale    0.198853 0.693618
  7841.         center    -0.5 -0.5
  7842.           }
  7843.  
  7844.         }
  7845.  
  7846.         geometry    IndexedFaceSet {
  7847.           coord    Coordinate {
  7848.         point    [ -10 10 7.61861,
  7849.               -10 -10 9.35883,
  7850.               16.8939 10 7.92792,
  7851.               16.8939 -10 10.2329,
  7852.               10 10 -10.8703,
  7853.               10 -10 -10.8703,
  7854.               -10 10 -10.8703,
  7855.               -10 -10 -10.8703,
  7856.               44.7167 10 -3.26529,
  7857.               44.7167 -10 -0.745493,
  7858.               44.7167 -10 -10.8703,
  7859.               44.7167 10 -10.8703,
  7860.               -12.9649 10 -10.8703,
  7861.               -12.9649 -10 -10.8703,
  7862.               -12.9649 -10 4.22023,
  7863.               -12.9649 10 2.48973,
  7864.               31.1217 9.99628 2.43926,
  7865.               31.1055 -10.0037 4.87326,
  7866.               44.7167 -2.00641 -1.7526,
  7867.               44.7167 -7.64441 -1.04227,
  7868.               43.405 -7.64078 -0.500208,
  7869.               43.4049 -2.00276 -1.20823,
  7870.               41.208 10 -10.8703,
  7871.               41.2078 -10 -10.8703,
  7872.               10 -2.0423 -10.8703,
  7873.               41.2079 -2.0423 -10.8703,
  7874.               41.2079 -7.42243 -10.8703,
  7875.               10 -7.42243 -10.8703,
  7876.               31.5191 -7.42243 -10.8703,
  7877.               31.5191 -2.0423 -10.8703,
  7878.               -10 10 -10.8703,
  7879.               10 10 -10.8703,
  7880.               -10 -10 9.35883,
  7881.               -10 -10 -10.8703,
  7882.               10 -10 -10.8703,
  7883.               16.8939 -10 10.2329,
  7884.               16.8939 -10 10.2329,
  7885.               44.7167 10 -3.26529,
  7886.               44.7167 10 -10.8703,
  7887.               -10 -10 9.35883,
  7888.               -10 10 7.61861,
  7889.               -12.9649 10 -10.8703,
  7890.               -12.9649 10 2.48973,
  7891.               16.8939 10 7.92792,
  7892.               31.112 -1.96854 3.89538,
  7893.               31.1075 -7.60673 4.58155,
  7894.               41.208 10 -10.8703 ]
  7895.           }
  7896.  
  7897.           coordIndex    [ 31, 2, 16, -1, 16, 37, 4, -1,
  7898.                 24, 46, 25, -1, 24, 31, 46, -1,
  7899.                 4, 5, 7, -1, 11, 25, 46, -1,
  7900.                 27, 29, 28, -1, 27, 24, 29, -1,
  7901.                 23, 34, 27, -1, 23, 27, 28, -1,
  7902.                 11, 10, 23, -1, 23, 28, 26, -1,
  7903.                 11, 23, 26, -1, 11, 26, 25, -1,
  7904.                 4, 7, 6, -1, 13, 30, 33, -1,
  7905.                 13, 12, 30, -1, 0, 1, 3, 2,
  7906.                 -1, 36, 17, 45, 44, 16, 43, -1,
  7907.                 16, 44, 21, 18, 8, -1, 9, 19,
  7908.                 20, 45, 17, -1, 44, 45, 28, 29,
  7909.                 -1, 28, 45, 20, 26, -1, 25, 26,
  7910.                 20, 21, -1, 44, 29, 25, 21, -1,
  7911.                 21, 20, 19, 18, -1, 8, 9, 10,
  7912.                 11, -1, 36, 34, 10, 9, 17, -1,
  7913.                 34, 35, 32, 33, -1, 14, 13, 33,
  7914.                 39, -1, 15, 14, 39, 40, -1, 12,
  7915.                 13, 14, 15, -1, 4, 2, 37, 38,
  7916.                 22, -1, 2, 31, 30, 0, -1, 0,
  7917.                 6, 41, 42, -1 ]
  7918.           colorIndex    [  ]
  7919.           texCoord    TextureCoordinate {
  7920.         point    [ -1.95368 0.994213,
  7921.               -1.94363 -0.069356,
  7922.               0.479323 0.999977,
  7923.               0.419974 -0.070713,
  7924.               2.95239 0.354451,
  7925.               -0.205088 -0.0452864,
  7926.               -0.781908 -0.0511924,
  7927.               2.95759 0.067993,
  7928.               -0.775041 -0.0216624,
  7929.               -0.170754 -0.0137877,
  7930.               1 0.397885,
  7931.               1 0.137869,
  7932.               0.466978 1.00416,
  7933.               1.7692 1.00373,
  7934.               -1.96818 0.998188,
  7935.               -1.96818 -0.0671592,
  7936.               0.419974 -0.070713,
  7937.               0.457569 1.00312,
  7938.               1.77366 0.357007,
  7939.               0.421345 -0.070478,
  7940.               1.77079 -0.0648712,
  7941.               1.77731 0.0640857,
  7942.               1.76918 1.00308,
  7943.               1.77341 0.358374,
  7944.               2.71182 0.35595,
  7945.               2.95277 0.354738,
  7946.               2.94854 1.00429,
  7947.               2.95499 -0.0625545,
  7948.               2.95759 0.067993,
  7949.               2.69478 0.066501,
  7950.               1.77625 0.063517,
  7951.               1.77105 -0.0655385,
  7952.               2.70519 0.355197,
  7953.               2.69999 0.067247,
  7954.               2.79986 0.069699,
  7955.               2.72886 0.0764832,
  7956.               2.72098 0.347852,
  7957.               2.8038 0.367074,
  7958.               2.81705 0.363783,
  7959.               2.81705 0.0743886,
  7960.               2.72778 0.0881693,
  7961.               2.72778 0.344096,
  7962.               0.887451 -0.0437314,
  7963.               0.886748 -0.0177251,
  7964.               0.845547 -0.0531611,
  7965.               0.824946 -0.0157564,
  7966.               2.65506 0.98055,
  7967.               2.65506 0.410887,
  7968.               2.84431 0.415819,
  7969.               2.85291 0.98055,
  7970.               2.13034 0.805459,
  7971.               2.41421 0.756137,
  7972.               2.79269 0.96822,
  7973.               2.67226 0.975618,
  7974.               2.50023 0.928762,
  7975.               2.42281 0.758603,
  7976.               2.13034 0.802993,
  7977.               1.72606 0.618037,
  7978.               1.97551 0.576114,
  7979.               2.67226 0.955889,
  7980.               2.68087 0.588444,
  7981.               2.86151 0.588444,
  7982.               2.86151 0.953423,
  7983.               2.36222 0.954699,
  7984.               2.34895 0.58769,
  7985.               2.68392 0.58769,
  7986.               2.67065 0.95565,
  7987.               1.97526 0.575683,
  7988.               1.72763 0.617732,
  7989.               1.67811 0.593704,
  7990.               1.84764 0.565854,
  7991.               2.36208 0.706455,
  7992.               2.50212 0.791768,
  7993.               1.88071 0.78424,
  7994.               1.88509 0.706455,
  7995.               1.80378 0.770599,
  7996.               1.80378 0.706615,
  7997.               1.88474 0.70536,
  7998.               1.87818 0.784399,
  7999.               2.50172 0.79154,
  8000.               2.36332 0.706031,
  8001.               2.79043 0.703295,
  8002.               2.85486 0.728606,
  8003.               2.74032 0.751864 ]
  8004.           }
  8005.  
  8006.           texCoordIndex    [ 2, 2, 0, -1, 0, 2, 0, -1,
  8007.                 10, 2, 10, -1, 10, 2, 2, -1,
  8008.                 0, 1, 3, -1, 2, 10, 2, -1,
  8009.                 11, 10, 11, -1, 11, 10, 10, -1,
  8010.                 3, 3, 11, -1, 3, 11, 11, -1,
  8011.                 2, 3, 3, -1, 3, 11, 11, -1,
  8012.                 2, 3, 11, -1, 2, 11, 10, -1,
  8013.                 0, 3, 2, -1, 1, 0, 1, -1,
  8014.                 1, 0, 0, -1, 14, 15, 16, 17,
  8015.                 -1, 19, 20, 21, 18, 13, 12, -1,
  8016.                 22, 23, 24, 25, 26, -1, 27, 28,
  8017.                 29, 30, 31, -1, 38, 39, 40, 41,
  8018.                 -1, 44, 6, 8, 45, -1, 34, 35,
  8019.                 36, 37, -1, 5, 42, 43, 9, -1,
  8020.                 32, 33, 7, 4, -1, 46, 47, 48,
  8021.                 49, -1, 79, 80, 81, 82, 83, -1,
  8022.                 71, 72, 73, 74, -1, 75, 76, 77,
  8023.                 78, -1, 59, 60, 61, 62, -1, 63,
  8024.                 64, 65, 66, -1, 50, 51, 52, 53,
  8025.                 54, -1, 55, 56, 57, 58, -1, 67,
  8026.                 68, 69, 70, -1 ]
  8027.           solid    TRUE
  8028.           creaseAngle    1.10026
  8029.         }
  8030.  
  8031.       }
  8032.  
  8033.     }
  8034.       ]
  8035.       translation    -527.564 50.0541 -258.219
  8036.       rotation    0.277999 0.679234 0.679233  3.6839
  8037.       scale    2.00434 4.85432 1.10761
  8038.       scaleOrientation    0 0 1  0
  8039.       center    15.8759 -0.00185013 -0.3187
  8040.     }
  8041.     DEF SGI-LOGO Transform {
  8042.       children    Shape {
  8043.     appearance    Appearance {
  8044.       material    Material {
  8045.         ambientIntensity    0.25
  8046.         diffuseColor    0.8 0.8 0.8
  8047.         specularColor    0 0 0
  8048.         emissiveColor    0.297872 0.297872 0.297872
  8049.         shininess    0.2
  8050.         transparency    0
  8051.       }
  8052.  
  8053.       texture    ImageTexture {
  8054.         url    "Textures/sgiLogo.rgba.gz"
  8055.         repeatS    TRUE
  8056.         repeatT    TRUE
  8057.       }
  8058.  
  8059.     }
  8060.  
  8061.     geometry    IndexedFaceSet {
  8062.       coord    Coordinate {
  8063.         point    [ -0.5 -0.5 0,
  8064.               0.5 -0.5 0,
  8065.               0.5 0.5 0,
  8066.               -0.5 0.5 0 ]
  8067.       }
  8068.  
  8069.       coordIndex    [ 0, 1, 2, 3, -1 ]
  8070.       colorIndex    [  ]
  8071.       texCoord    TextureCoordinate {
  8072.         point    [ 0 0,
  8073.               1 0,
  8074.               1 1,
  8075.               0 1 ]
  8076.       }
  8077.  
  8078.       solid    TRUE
  8079.     }
  8080.  
  8081.       }
  8082.  
  8083.       translation    -126.772 268.724 312.643
  8084.       rotation    -0.944649 0.327831 0.0128381  0.119304
  8085.       scale    55.8191 55.8193 55.8192
  8086.       scaleOrientation    -0.99987 -0.0158275 -0.00302899  0.511686
  8087.     }
  8088.     DEF O2-LOGO Transform {
  8089.       children    Shape {
  8090.     appearance    Appearance {
  8091.       material    Material {
  8092.         ambientIntensity    0
  8093.         diffuseColor    0 0 0
  8094.         specularColor    0 0 0
  8095.         emissiveColor    0.308511 0.308511 0.308511
  8096.         shininess    0.2
  8097.         transparency    0
  8098.       }
  8099.  
  8100.       texture    ImageTexture {
  8101.         url    "Textures/o2Logo.rgba.gz"
  8102.         repeatS    TRUE
  8103.         repeatT    TRUE
  8104.       }
  8105.  
  8106.     }
  8107.  
  8108.     geometry    IndexedFaceSet {
  8109.       coord    Coordinate {
  8110.         point    [ -1 -0.5 0,
  8111.               1 -0.5 0,
  8112.               1 0.5 0,
  8113.               -1 0.5 0 ]
  8114.       }
  8115.  
  8116.       coordIndex    [ 0, 1, 2, 3, -1 ]
  8117.       colorIndex    [  ]
  8118.       texCoord    TextureCoordinate {
  8119.         point    [ 0 0,
  8120.               1 0,
  8121.               1 1,
  8122.               0 1 ]
  8123.       }
  8124.  
  8125.       solid    TRUE
  8126.     }
  8127.  
  8128.       }
  8129.  
  8130.       translation    -184.609 58.4182 307.195
  8131.       rotation    -0.50101 -0.865442 1.4324e-06  0.312604
  8132.       scale    17.4169 17.4169 17.4164
  8133.       scaleOrientation    0.00164767 -0.0023065 0.999996  4.71238
  8134.     }
  8135.     DEF WHITE-MAINLIGHT SpotLight {
  8136.       on    TRUE
  8137.       location    -511.426 464.214 535.209
  8138.       direction    0.492859 -0.261722 -0.829814
  8139.       beamWidth    1.5708
  8140.       cutOffAngle    1.5708
  8141.       radius    110.146
  8142.       attenuation    0.4 0 0
  8143.     }
  8144.     DEF RIM-LIGHT-TREE Transform {
  8145.       children    [
  8146.     DEF _127 Group {
  8147.       children    [
  8148.         DEF LIGHTING-ANIMATION CoKeyframeAnimation {
  8149.           children    DEF Time_128 TimeSensor {
  8150.         cycleInterval    6
  8151.         loop    FALSE
  8152.         startTime    0
  8153.         stopTime    0
  8154.           }
  8155.  
  8156.           duration    6
  8157.           framesPerSecond    10
  8158.         }
  8159.         DEF PURPLE-RIMLIGHTIntensityInterp CoHermiteScalarInterpolator {
  8160.           key    [ 0, 0.5, 0.75, 1 ]
  8161.           keyTypes    [ LINEAR,
  8162.                 LINEAR,
  8163.                 LINEAR,
  8164.                 LINEAR ]
  8165.           numFrames    60
  8166.           keyValue    [ 1, 1, 0, 1 ]
  8167.         }
  8168.       ]
  8169.     }
  8170.     DEF DefaultTouchSensor_130 TouchSensor {
  8171.     }
  8172.     DEF PURPLE-RIMLIGHT SpotLight {
  8173.       on    TRUE
  8174.       intensity    1
  8175.       ambientIntensity    0
  8176.       color    1 0.175252 0.888813
  8177.       location    64.5972 411.116 109.731
  8178.       direction    0.108318 -0.931711 0.346678
  8179.       beamWidth    1.5708
  8180.       cutOffAngle    1.5708
  8181.       radius    80.1812
  8182.       attenuation    0.4 0 0
  8183.     }
  8184.       ]
  8185.     }
  8186.     DEF FRONT-PANEL-CURTAIN Transform {
  8187.       children    Shape {
  8188.     appearance    Appearance {
  8189.       material    Material {
  8190.         ambientIntensity    0
  8191.         diffuseColor    0 0 0
  8192.         specularColor    0 0 0
  8193.         emissiveColor    0 0 0
  8194.         shininess    0
  8195.         transparency    0
  8196.       }
  8197.  
  8198.     }
  8199.  
  8200.     geometry    IndexedFaceSet {
  8201.       coord    Coordinate {
  8202.         point    [ 10 10 -10,
  8203.               10 -10 -10,
  8204.               -10 -10 -10,
  8205.               -10 10 -10 ]
  8206.       }
  8207.  
  8208.       coordIndex    [ 0, 1, 2, 3, -1 ]
  8209.       texCoord    TextureCoordinate {
  8210.         point    [ 0 1,
  8211.               0 0,
  8212.               1 0,
  8213.               1 1 ]
  8214.       }
  8215.  
  8216.       texCoordIndex    [ 0, 1, 2, 3, -1 ]
  8217.       ccw    TRUE
  8218.       solid    TRUE
  8219.       convex    TRUE
  8220.       creaseAngle    0.5
  8221.     }
  8222.  
  8223.       }
  8224.  
  8225.       translation    -144.474 86.0203 293.44
  8226.       rotation    -0.0739451 0.997254 -0.00397147  3.03457
  8227.       scale    7.4495 0.742817 0.182909
  8228.       scaleOrientation    0 0 1  0
  8229.     }
  8230.     DEF VIEWPOINTS Transform {
  8231.       children    [
  8232.     DEF ENTRY Viewpoint {
  8233.       position    193.856 134.748 703.259
  8234.       orientation    0.138415 0.988609 -0.0591054  0.836217
  8235.       fieldOfView    0.785398
  8236.       description    "Entry"
  8237.     }
  8238.     DEF BOOTME Viewpoint {
  8239.       position    -66.1391 40.0574 444.077
  8240.       orientation    0.347859 0.926201 -0.145414  0.823534
  8241.       fieldOfView    0.785398
  8242.       description    "Boot Me!"
  8243.     }
  8244.     DEF CDROM-TRAY-VIEW Viewpoint {
  8245.       position    142.043 485.805 456.581
  8246.       orientation    -0.524692 0.79606 0.301639  1.14206
  8247.       fieldOfView    0.785398
  8248.       description    "CDROM Tray"
  8249.     }
  8250.     DEF OOBE-CDROM Viewpoint {
  8251.       position    -182.104 397.906 413.406
  8252.       orientation    -0.899983 -0.428078 -0.0823435  0.855316
  8253.       fieldOfView    0.785398
  8254.       description    "OOBE CDROM"
  8255.     }
  8256.     DEF DISSOLVE-ME Viewpoint {
  8257.       position    -334.679 480.061 621.254
  8258.       orientation    -0.660358 -0.7368 -0.145096  0.798935
  8259.       fieldOfView    0.785398
  8260.       description    "Dissolve Me!"
  8261.     }
  8262.     DEF ANTS-VIEW Viewpoint {
  8263.       position    -334.478 68.8499 632.487
  8264.       orientation    0.95171 0.306995 -0.00146015  0.293231
  8265.       fieldOfView    0.785398
  8266.       description    "Ant's View"
  8267.     }
  8268.     DEF AV-VIEW Viewpoint {
  8269.       position    -310.065 137.754 170.598
  8270.       orientation    -0.315911 -0.943518 -0.0998672  0.829289
  8271.       fieldOfView    0.785398
  8272.       description    "AV Module View"
  8273.     }
  8274.     DEF ASSEMBLY-VIEW Viewpoint {
  8275.       position    -590.036 344.327 -679.653
  8276.       orientation    0.0593406 0.982175 0.178354  3.72997
  8277.       fieldOfView    0.785398
  8278.       description    "Assembly View"
  8279.     }
  8280.     DEF MODULES Viewpoint {
  8281.       position    -626.602 151.518 -439.765
  8282.       orientation    0.0374499 0.994846 0.0942323  4.09704
  8283.       fieldOfView    0.785398
  8284.       description    "Modules"
  8285.     }
  8286.     DEF FISHEYE Viewpoint {
  8287.       position    -126.579 148.153 -447.469
  8288.       orientation    0.0102521 0.997659 0.067606  3.10879
  8289.       fieldOfView    1.1558
  8290.       description    "Fisheye"
  8291.     }
  8292.     DEF MOTHERBOARD Viewpoint {
  8293.       position    49.373 118.006 -282.568
  8294.       orientation    0.00194079 0.998995 -0.044782  3.21591
  8295.       fieldOfView    0.950011
  8296.       description    "Motherboard"
  8297.     }
  8298.     DEF POSTERIOR Viewpoint {
  8299.       position    -130.602 133.038 -207.809
  8300.       orientation    0.000432147 0.998719 -0.0505994  3.19165
  8301.       fieldOfView    0.980336
  8302.       description    "Posterior View"
  8303.     }
  8304.     DEF SPORTY Viewpoint {
  8305.       position    75.0698 431.819 -6.21216
  8306.       orientation    -0.0717938 0.964957 0.252397  2.42451
  8307.       fieldOfView    0.785398
  8308.       description    "Sporty"
  8309.     }
  8310.     DEF PROFILE Viewpoint {
  8311.       position    286.613 49.38 500.625
  8312.       orientation    0.214837 0.965844 -0.144883  1.17453
  8313.       fieldOfView    0.785398
  8314.       description    "Profile"
  8315.     }
  8316.     DEF MTV Viewpoint {
  8317.       position    32.4009 124.764 658.231
  8318.       orientation    0.298342 0.932759 0.20237  0.780208
  8319.       fieldOfView    0.950011
  8320.       description    "MTV"
  8321.     }
  8322.     DEF SAMBO-FX Viewpoint {
  8323.       position    -130.031 52.9049 445.044
  8324.       orientation    0.683138 0.635336 0.360097  0.945588
  8325.       fieldOfView    1.71704
  8326.       description    "sAmbO FX"
  8327.     }
  8328.     DEF SAMBO-FX-AGAIN Viewpoint {
  8329.       position    -301.394 53.4624 551.791
  8330.       orientation    0.827214 0.400364 0.39424  0.631653
  8331.       fieldOfView    1.71704
  8332.       description    "sAmbO FX again"
  8333.     }
  8334.     DEF MONITOR-CLOSEUP Viewpoint {
  8335.       position    -613.784 86.3679 643.506
  8336.       orientation    0.549125 -0.821042 -0.156052  0.524823
  8337.       fieldOfView    0.950011
  8338.       description    "Monitor Closeup"
  8339.     }
  8340.     DEF FLYOVER-WEST Viewpoint {
  8341.       position    -1520.62 955.428 -146.25
  8342.       orientation    0.252648 0.922231 0.292674  4.40706
  8343.       fieldOfView    0.785398
  8344.       description    "Flyover West"
  8345.     }
  8346.     DEF SNEAKY Viewpoint {
  8347.       position    -528.382 84.0602 -335.002
  8348.       orientation    0.0310969 0.998119 0.0528385  3.77828
  8349.       fieldOfView    1.76201
  8350.       description    "Sneaky"
  8351.     }
  8352.     DEF FLYOVER-EAST Viewpoint {
  8353.       position    104.757 485.884 -592.271
  8354.       orientation    -0.0161794 0.966148 0.257479  2.90795
  8355.       fieldOfView    1.01425
  8356.       description    "Flyover East"
  8357.     }
  8358.     DEF BIRDS-EYE-VIEW Viewpoint {
  8359.       position    223.624 1123.42 258.87
  8360.       orientation    -0.467603 0.753413 0.462294  1.82032
  8361.       fieldOfView    0.822344
  8362.       description    "Bird's Eye View"
  8363.     }
  8364.     DEF FAREWELL Viewpoint {
  8365.       position    -162.088 186.964 1161.93
  8366.       orientation    0.548496 0.806196 -0.22181  0.0842882
  8367.       fieldOfView    0.822344
  8368.       description    "Farewell"
  8369.     }
  8370.       ]
  8371.     }
  8372.     DEF BACKLIGHT-ANIMATION-TREE Transform {
  8373.       children    [
  8374.     DEF _132 Group {
  8375.       children    [
  8376.         DEF BACKLIGHT-ANIMATION CoKeyframeAnimation {
  8377.           children    DEF Time_133 TimeSensor {
  8378.         cycleInterval    3
  8379.         startTime    0
  8380.           }
  8381.  
  8382.           duration    3
  8383.           framesPerSecond    10
  8384.         }
  8385.         DEF WHITE-BACKLIGHTIntensityInterp CoHermiteScalarInterpolator {
  8386.           key    [ 0, 0.333333, 1 ]
  8387.           keyTypes    [ LINEAR,
  8388.                 LINEAR,
  8389.                 LINEAR ]
  8390.           numFrames    30
  8391.           keyValue    [ 0, 0.592233, 1 ]
  8392.         }
  8393.       ]
  8394.     }
  8395.     DEF BACKLIGHT-LOGIC Script {
  8396.       eventOut      SFBool      backLightEnable
  8397.       eventOut      SFBool      rimLightEnable
  8398.       eventOut      SFFloat      fractionOut
  8399.       eventOut      SFTime      backLightStartTime
  8400.       eventOut      SFTime      rimLightStartTime
  8401.       eventOut      SFTime      rimLightStopTime
  8402.       eventIn      SFFloat      fractionIn
  8403.       eventIn      SFBool      timerActive
  8404.       eventIn      SFTime      proxEnterTime
  8405.       eventIn      SFTime      proxExitTime
  8406.       field      SFBool      backLightOnStatus    FALSE
  8407.       field      SFBool      rimLightOnStatus    TRUE
  8408.       field      SFBool      backLightTimerActive    FALSE
  8409.       url    "vrmlscript:
  8410.  
  8411. function timerActive(value, time)
  8412. {
  8413.     if (value) backLightTimerActive = TRUE;
  8414.     else {  backLightTimerActive = FALSE;
  8415.         if (!backLightOnStatus) {
  8416.                 backLightOnStatus = FALSE;
  8417.                 backLightEnable = backLightOnStatus;    
  8418.         }
  8419.       }    
  8420. }
  8421.  
  8422. function fractionIn(value, time)
  8423. {
  8424.     if (backLightOnStatus) fractionOut = value;
  8425.         else fractionOut = 1-value;
  8426. }
  8427.  
  8428. function proxEnterTime(value, time)
  8429. {
  8430.     backLightOnStatus = TRUE;
  8431.     backLightEnable = backLightOnStatus;
  8432.     backLightStartTime = value;
  8433.     rimLightOnStatus = FALSE;
  8434.     rimLightEnable = rimLightOnStatus;
  8435.     rimLightStopTime = value;
  8436. }
  8437.  
  8438. function proxExitTime(value, time)
  8439. {
  8440.     rimLightOnStatus = TRUE;
  8441.     rimLightEnable = rimLightOnStatus;
  8442.     rimLightStartTime = value;
  8443.     if (backLightTimerActive) {
  8444.         backLightOnStatus = FALSE;
  8445.         backLightEnable = backLightOnStatus;        
  8446.     } else {
  8447.     backLightOnStatus = FALSE;
  8448.     backLightStartTime = value;
  8449.       }
  8450. }
  8451. "
  8452.     }
  8453.     DEF WHITE-BACKLIGHT SpotLight {
  8454.       on    TRUE
  8455.       intensity    0
  8456.       ambientIntensity    0
  8457.       location    215.427 473.046 -303.253
  8458.       direction    -0.578639 -0.494421 0.648632
  8459.       beamWidth    0.569675
  8460.       cutOffAngle    1.5708
  8461.       radius    84.1505
  8462.       attenuation    0.5 0 0
  8463.     }
  8464.     DEF BACKLIGHT-TREE Transform {
  8465.       children    DEF BACKLIGHT-PROX ProximitySensor {
  8466.         size    1 1 1
  8467.       }
  8468.  
  8469.       translation    -286.463 610.99 -586.507
  8470.       rotation    -0.564818 -2.33401e-07 0.825216  3.14159
  8471.       scale    1269.96 1163.76 912.635
  8472.       scaleOrientation    0 0 1  0
  8473.       center    0 0 0
  8474.     }
  8475.       ]
  8476.     }
  8477.     DEF BOOTUP-SHUTDOWN-LOGIC Script {
  8478.       eventOut      SFColor      bootColor
  8479.       eventOut      SFVec3f      bootDisplace
  8480.       eventOut      SFTime      bootUpStartTime
  8481.       eventOut      SFTime      shutDownStartTime
  8482.       eventOut      SFInt32      whichScreen
  8483.       eventOut      SFFloat      screenAlpha
  8484.       eventOut      SFFloat      ambientIntensity
  8485.       eventOut      SFBool      enableSlideShowTimer
  8486.       eventIn      SFBool      bootIsOver
  8487.       eventIn      SFBool      bootIsActive
  8488.       eventIn      SFTime      bootTriggerTime
  8489.       eventIn      SFBool      bootUpTimerActive
  8490.       eventIn      SFBool      shutDownTimerActive
  8491.       eventIn      SFFloat      bootUpFractionIn
  8492.       eventIn      SFFloat      shutDownFractionIn
  8493.       field      SFBool      powerOnStatus    FALSE
  8494.       field      SFBool      bootUpTimerActiveStatus    FALSE
  8495.       field      SFBool      shutDownTimerActiveStatus    FALSE
  8496.       url    "vrmlscript:
  8497. function bootIsOver(value, time)
  8498. {
  8499.     if (value) {
  8500.         bootColor[1] = .2;
  8501.         bootColor[2] = .33;
  8502.     } else {
  8503.         bootColor[1] = 0;
  8504.         bootColor[2] = 0;
  8505.     }
  8506. }
  8507.  
  8508. function bootIsActive(value, time)
  8509. {
  8510.     if (value) {
  8511.     bootDisplace[0] = -161.479;
  8512.     bootDisplace[1] = 80.0417;
  8513.     bootDisplace[2] = 302.219;
  8514.     } else {
  8515.     bootDisplace[0] = -161.479;
  8516.     bootDisplace[1] = 80.0417;
  8517.     bootDisplace[2] = 304.219;
  8518.       }
  8519. }
  8520.  
  8521. function bootTriggerTime(value, time)
  8522. {
  8523.     if (powerOnStatus && !shutDownTimerActiveStatus && !bootUpTimerActiveStatus) {
  8524.     powerOnStatus = FALSE;
  8525.     shutDownStartTime = value;
  8526.     enableSlideShowTimer = FALSE;
  8527.     screenAlpha = 0;
  8528.     } else if (!powerOnStatus && !shutDownTimerActiveStatus && !bootUpTimerActiveStatus) {
  8529.     powerOnStatus = TRUE;
  8530.     bootUpStartTime = value;
  8531.     enableSlideShowTimer = TRUE;
  8532.     screenAlpha = 0;
  8533.     ambientIntensity = 1;
  8534.       }
  8535. }
  8536.  
  8537. function bootUpTimerActive(value, time)
  8538. {
  8539.     if (value) bootUpTimerActiveStatus = TRUE;
  8540.     else bootUpTimerActiveStatus = FALSE;
  8541. }
  8542.  
  8543. function shutDownTimerActive(value, time)
  8544. {
  8545.     if (value)  shutDownTimerActiveStatus = TRUE;
  8546.     else shutDownTimerActiveStatus = FALSE;
  8547. }
  8548.  
  8549. function bootUpFractionIn(value, time)
  8550. {
  8551.     if (value < .5) whichScreen = 2;
  8552.     else if (value < .52) whichScreen = 1;
  8553.         else if (value < .95) whichScreen = 3;
  8554.         else if (value < 1) whichScreen = 4;
  8555. }
  8556.  
  8557. function shutDownFractionIn(value, time)
  8558. {
  8559.     if (value < .9) whichScreen = 13;
  8560.     else if (value < 1) {
  8561.         whichScreen = 1;
  8562.         ambientIntensity = 0;
  8563.     }
  8564. }
  8565.  
  8566. "
  8567.     }
  8568.     DEF BOOTUP-SOUND-SCRIPT Script {
  8569.       eventOut      SFTime      bootUpStartTime
  8570.       eventIn      SFTime      startTime
  8571.       url    "vrmlscript:
  8572. function startTime(value, time)
  8573. {
  8574.     bootUpStartTime = value + 5;
  8575. }
  8576. "
  8577.     }
  8578.     DEF SHUTDOWN-SOUND-SCRIPT Script {
  8579.       eventOut      SFTime      shutDownStartTime
  8580.       eventIn      SFTime      startTime
  8581.       url    "vrmlscript:
  8582. function startTime(value, time)
  8583. {
  8584.     shutDownStartTime = value + 7;
  8585. }
  8586. "
  8587.     }
  8588.     DEF MONITOR-ASSEMBLY Transform {
  8589.       children    [
  8590.     DEF MONITOR-BILLBOARD Transform {
  8591.       children    Billboard {
  8592.         children    DEF MONITOR-BILLBOARD-GROUP Transform {
  8593.           children    Transform {
  8594.         children    [
  8595.           DEF MONITOR Transform {
  8596.             children    Shape {
  8597.               appearance    Appearance {
  8598.             material    Material {
  8599.               ambientIntensity    0
  8600.               diffuseColor    0.43617 0.43617 0.43617
  8601.               specularColor    0 0 0
  8602.               emissiveColor    0 0 0
  8603.               shininess    0
  8604.               transparency    0
  8605.             }
  8606.  
  8607.               }
  8608.  
  8609.               geometry    IndexedFaceSet {
  8610.             coord    Coordinate {
  8611.               point    [ -1119.54 85.2377 277.458,
  8612.                     -895.461 85.2381 321.511,
  8613.                     -1086.09 154.964 285.614,
  8614.                     -894.386 153.583 312.493,
  8615.                     -666.398 85.2384 329.693,
  8616.                     -658.56 85.2381 198.685,
  8617.                     -666.399 479.442 329.692,
  8618.                     -894.361 437.667 312.703,
  8619.                     -694.78 435.162 329.788,
  8620.                     -700.351 432.14 320.611,
  8621.                     -1086.09 435.508 285.613,
  8622.                     -1080.22 157.298 275.323,
  8623.                     -1080.22 432.139 275.323,
  8624.                     -694.78 155.224 329.789,
  8625.                     -700.35 157.298 320.611,
  8626.                     -1119.54 479.441 277.457,
  8627.                     -1088.14 85.2374 147.431,
  8628.                     -1088.15 475.759 147.431,
  8629.                     -998.254 128.61 -136.256,
  8630.                     -683.403 128.611 -98.6181,
  8631.                     -679.759 99.7542 196.11,
  8632.                     -683.403 398.817 -98.6187,
  8633.                     -679.759 466.084 196.109,
  8634.                     -998.254 398.816 -136.256,
  8635.                     -1073.46 466.083 149.166,
  8636.                     -1073.46 99.7535 149.166,
  8637.                     -658.561 475.76 198.684,
  8638.                     -817.69 53.843 163.672,
  8639.                     -796.617 53.8429 109.687,
  8640.                     -796.618 112.12 109.687,
  8641.                     -817.69 112.12 163.672,
  8642.                     -870.742 53.8429 186.943,
  8643.                     -870.742 112.118 186.943,
  8644.                     -924.719 53.8412 165.887,
  8645.                     -924.719 112.118 165.887,
  8646.                     -947.977 53.841 112.823,
  8647.                     -947.977 112.118 112.823,
  8648.                     -926.904 53.8409 58.8323,
  8649.                     -926.904 112.118 58.8322,
  8650.                     -873.9 53.8426 35.5401,
  8651.                     -873.9 112.118 35.5399,
  8652.                     -819.874 53.8427 56.6179,
  8653.                     -819.875 112.12 56.6178 ]
  8654.             }
  8655.  
  8656.             color    Color {
  8657.               color    [ 0.3 0.3 0.3,
  8658.                     0.299465 0.299465 0.299465,
  8659.                     0.240642 0.240642 0.240642,
  8660.                     0.336898 0.336898 0.336898,
  8661.                     0.0748663 0.0748663 0.0748663,
  8662.                     0.0802139 0.0802139 0.0802139,
  8663.                     0.224599 0.224599 0.224599,
  8664.                     0.278075 0.278075 0.278075,
  8665.                     0.31016 0.31016 0.31016,
  8666.                     0.262032 0.262032 0.262032 ]
  8667.             }
  8668.  
  8669.             coordIndex    [ 41, 40, 42, -1, 40, 41, 39, -1,
  8670.                   39, 38, 40, -1, 38, 39, 37, -1,
  8671.                   33, 32, 34, -1, 32, 33, 31, -1,
  8672.                   31, 30, 32, -1, 30, 31, 27, -1,
  8673.                   25, 17, 24, -1, 26, 24, 17, -1,
  8674.                   24, 26, 22, -1, 24, 22, 23, -1,
  8675.                   23, 22, 21, -1, 26, 17, 6, -1,
  8676.                   6, 17, 15, -1, 5, 25, 20, -1,
  8677.                   25, 5, 16, -1, 17, 25, 16, -1,
  8678.                   18, 20, 25, -1, 25, 24, 18, -1,
  8679.                   18, 24, 23, -1, 21, 20, 19, -1,
  8680.                   22, 20, 21, -1, 20, 18, 19, -1,
  8681.                   17, 16, 15, -1, 15, 16, 0, -1,
  8682.                   7, 6, 15, -1, 7, 15, 10, -1,
  8683.                   0, 10, 15, -1, 14, 11, 3, -1,
  8684.                   14, 3, 13, -1, 8, 13, 6, -1,
  8685.                   6, 13, 4, -1, 13, 3, 4, -1,
  8686.                   7, 12, 9, -1, 12, 7, 10, -1,
  8687.                   12, 10, 11, -1, 11, 10, 2, -1,
  8688.                   3, 11, 2, -1, 2, 10, 0, -1,
  8689.                   7, 9, 8, -1, 6, 7, 8, -1,
  8690.                   4, 1, 5, -1, 3, 1, 4, -1,
  8691.                   3, 2, 1, -1, 2, 0, 1, -1,
  8692.                   41, 42, 28, -1, 29, 28, 42, -1,
  8693.                   38, 37, 36, -1, 35, 36, 37, -1,
  8694.                   36, 35, 34, -1, 33, 34, 35, -1,
  8695.                   30, 27, 29, -1, 28, 29, 27, -1,
  8696.                   22, 26, 20, -1, 5, 20, 26, -1,
  8697.                   26, 6, 5, -1, 4, 5, 6, -1,
  8698.                   23, 21, 18, -1, 19, 18, 21, -1,
  8699.                   5, 1, 16, -1, 0, 16, 1, -1,
  8700.                   14, 13, 9, -1, 8, 9, 13, -1 ]
  8701.             colorIndex    [ 9, 5, 5, -1, 5, 9, 9, -1,
  8702.                   9, 5, 5, -1, 5, 9, 9, -1,
  8703.                   9, 9, 5, -1, 9, 9, 9, -1,
  8704.                   9, 5, 9, -1, 5, 9, 9, -1,
  8705.                   2, 0, 1, -1, 0, 1, 0, -1,
  8706.                   1, 0, 0, -1, 1, 1, 0, -1,
  8707.                   0, 1, 0, -1, 0, 0, 0, -1,
  8708.                   0, 0, 0, -1, 2, 2, 2, -1,
  8709.                   2, 2, 2, -1, 0, 2, 2, -1,
  8710.                   3, 4, 4, -1, 2, 1, 0, -1,
  8711.                   0, 1, 0, -1, 0, 2, 0, -1,
  8712.                   1, 2, 0, -1, 4, 3, 3, -1,
  8713.                   0, 0, 0, -1, 0, 0, 0, -1,
  8714.                   0, 0, 0, -1, 0, 0, 0, -1,
  8715.                   0, 0, 0, -1, 0, 0, 0, -1,
  8716.                   0, 0, 0, -1, 0, 0, 0, -1,
  8717.                   0, 0, 0, -1, 0, 0, 0, -1,
  8718.                   0, 7, 7, -1, 7, 0, 7, -1,
  8719.                   7, 7, 0, -1, 0, 7, 0, -1,
  8720.                   0, 0, 0, -1, 0, 0, 0, -1,
  8721.                   0, 7, 7, -1, 0, 0, 0, -1,
  8722.                   6, 6, 0, -1, 0, 0, 0, -1,
  8723.                   0, 0, 0, -1, 0, 0, 0, -1,
  8724.                   9, 5, 9, -1, 5, 9, 5, -1,
  8725.                   5, 9, 5, -1, 9, 5, 9, -1,
  8726.                   5, 9, 5, -1, 9, 5, 9, -1,
  8727.                   5, 9, 5, -1, 9, 5, 9, -1,
  8728.                   0, 0, 2, -1, 2, 2, 0, -1,
  8729.                   0, 0, 0, -1, 0, 0, 0, -1,
  8730.                   0, 0, 8, -1, 8, 8, 0, -1,
  8731.                   0, 6, 0, -1, 6, 0, 6, -1,
  8732.                   0, 0, 7, -1, 0, 7, 0, -1 ]
  8733.             normal    NULL
  8734.  
  8735.             normalIndex    -1
  8736.             texCoordIndex    -1
  8737.             solid    TRUE
  8738.             creaseAngle    1.13865
  8739.               }
  8740.  
  8741.             }
  8742.  
  8743.             translation    883.119 -247.332 -140.345
  8744.           }
  8745.           DEF MONITOR-SCREEN-TREE Transform {
  8746.             children    [
  8747.               DEF MONITOR-SCREEN-SWITCH Switch {
  8748.             whichChoice    0
  8749.             choice    [
  8750.               Shape {
  8751.                 appearance    Appearance {
  8752.                   material    DEF MONITOR-SCREEN-MAT Material {
  8753.                 diffuseColor    1 1 1
  8754.                 emissiveColor    1 1 1
  8755.                 transparency    0
  8756.                   }
  8757.  
  8758.                   texture    ImageTexture {
  8759.                 url    "Textures/splash.jpg"
  8760.                   }
  8761.  
  8762.                   textureTransform    DEF BOOT-TEX-XFORM TextureTransform {
  8763.                 translation    0 0.137
  8764.                 rotation    0
  8765.                 scale    1 0.99
  8766.                 center    -0.5 -0.363
  8767.                   }
  8768.  
  8769.                 }
  8770.  
  8771.                 geometry    DEF MONITOR-SCREEN-IFS IndexedFaceSet {
  8772.                   coord    Coordinate {
  8773.                 point    [ -1080.22 432.139 275.323,
  8774.                       -1080.22 157.298 275.323,
  8775.                       -700.35 157.298 320.611,
  8776.                       -700.351 432.14 320.611 ]
  8777.                   }
  8778.  
  8779.                   coordIndex    [ 0, 1, 2, -1, 3, 0, 2, -1 ]
  8780.                   colorIndex    -1
  8781.                   ccw    TRUE
  8782.                   solid    TRUE
  8783.                   convex    TRUE
  8784.                   creaseAngle    1.13865
  8785.                 }
  8786.  
  8787.               }
  8788.               Shape {
  8789.                 appearance    Appearance {
  8790.                   material    Material {
  8791.                 diffuseColor    0 0 0
  8792.                   }
  8793.  
  8794.                   texture    ImageTexture {
  8795.                 url    ""
  8796.                   }
  8797.  
  8798.                 }
  8799.  
  8800.                 geometry    USE MONITOR-SCREEN-IFS
  8801.  
  8802.               }
  8803.               Shape {
  8804.                 appearance    Appearance {
  8805.                   material    USE MONITOR-SCREEN-MAT
  8806.  
  8807.                   texture    ImageTexture {
  8808.                 url    "Textures/screen.startingUp.jpg"
  8809.                   }
  8810.  
  8811.                   textureTransform    USE BOOT-TEX-XFORM
  8812.  
  8813.                 }
  8814.  
  8815.                 geometry    USE MONITOR-SCREEN-IFS
  8816.  
  8817.               }
  8818.               Shape {
  8819.                 appearance    Appearance {
  8820.                   material    USE MONITOR-SCREEN-MAT
  8821.  
  8822.                   texture    ImageTexture {
  8823.                 url    "Textures/screen.comingUp.jpg"
  8824.                   }
  8825.  
  8826.                   textureTransform    USE BOOT-TEX-XFORM
  8827.  
  8828.                 }
  8829.  
  8830.                 geometry    USE MONITOR-SCREEN-IFS
  8831.  
  8832.               }
  8833.               DEF CLOGIN-TREE Transform {
  8834.                 children    [
  8835.                   DEF CLOGIN-TRIGGER TouchSensor {
  8836.                   }
  8837.                   Shape {
  8838.                 appearance    Appearance {
  8839.                   material    USE MONITOR-SCREEN-MAT
  8840.  
  8841.                   texture    ImageTexture {
  8842.                     url    "Textures/screen.clogin.jpg"
  8843.                   }
  8844.  
  8845.                   textureTransform    USE BOOT-TEX-XFORM
  8846.  
  8847.                 }
  8848.  
  8849.                 geometry    USE MONITOR-SCREEN-IFS
  8850.  
  8851.                   }
  8852.                 ]
  8853.               }
  8854.               Shape {
  8855.                 appearance    Appearance {
  8856.                   material    USE MONITOR-SCREEN-MAT
  8857.  
  8858.                   texture    ImageTexture {
  8859.                 url    "Textures/screen.desktop.jpg"
  8860.                   }
  8861.  
  8862.                   textureTransform    USE BOOT-TEX-XFORM
  8863.  
  8864.                 }
  8865.  
  8866.                 geometry    USE MONITOR-SCREEN-IFS
  8867.  
  8868.               }
  8869.               Shape {
  8870.                 appearance    Appearance {
  8871.                   material    USE MONITOR-SCREEN-MAT
  8872.  
  8873.                   texture    ImageTexture {
  8874.                 url    "Textures/screen.entryspace.jpg"
  8875.                   }
  8876.  
  8877.                   textureTransform    DEF OOBE-TEX-XFORM TextureTransform {
  8878.                 translation    0 0.14
  8879.                 rotation    0
  8880.                 scale    1.00693 1.1
  8881.                 center    -0.5 -0.36
  8882.                   }
  8883.  
  8884.                 }
  8885.  
  8886.                 geometry    USE MONITOR-SCREEN-IFS
  8887.  
  8888.               }
  8889.               Shape {
  8890.                 appearance    Appearance {
  8891.                   material    USE MONITOR-SCREEN-MAT
  8892.  
  8893.                   texture    ImageTexture {
  8894.                 url    "Textures/screen.courtyard.jpg"
  8895.                   }
  8896.  
  8897.                   textureTransform    USE OOBE-TEX-XFORM
  8898.  
  8899.                 }
  8900.  
  8901.                 geometry    USE MONITOR-SCREEN-IFS
  8902.  
  8903.               }
  8904.               Shape {
  8905.                 appearance    Appearance {
  8906.                   material    USE MONITOR-SCREEN-MAT
  8907.  
  8908.                   texture    ImageTexture {
  8909.                 url    "Textures/screen.innovations.jpg"
  8910.                   }
  8911.  
  8912.                   textureTransform    USE OOBE-TEX-XFORM
  8913.  
  8914.                 }
  8915.  
  8916.                 geometry    USE MONITOR-SCREEN-IFS
  8917.  
  8918.               }
  8919.               Shape {
  8920.                 appearance    Appearance {
  8921.                   material    USE MONITOR-SCREEN-MAT
  8922.  
  8923.                   texture    ImageTexture {
  8924.                 url    "Textures/screen.cyberAnatomy.jpg"
  8925.                   }
  8926.  
  8927.                   textureTransform    USE OOBE-TEX-XFORM
  8928.  
  8929.                 }
  8930.  
  8931.                 geometry    USE MONITOR-SCREEN-IFS
  8932.  
  8933.               }
  8934.               Shape {
  8935.                 appearance    Appearance {
  8936.                   material    USE MONITOR-SCREEN-MAT
  8937.  
  8938.                   texture    ImageTexture {
  8939.                 url    "Textures/screen.cyberAstronomy.jpg"
  8940.                   }
  8941.  
  8942.                   textureTransform    USE OOBE-TEX-XFORM
  8943.  
  8944.                 }
  8945.  
  8946.                 geometry    USE MONITOR-SCREEN-IFS
  8947.  
  8948.               }
  8949.               Shape {
  8950.                 appearance    Appearance {
  8951.                   material    USE MONITOR-SCREEN-MAT
  8952.  
  8953.                   texture    ImageTexture {
  8954.                 url    "Textures/screen.jungleIsland.jpg"
  8955.                   }
  8956.  
  8957.                   textureTransform    USE OOBE-TEX-XFORM
  8958.  
  8959.                 }
  8960.  
  8961.                 geometry    USE MONITOR-SCREEN-IFS
  8962.  
  8963.               }
  8964.               Shape {
  8965.                 appearance    Appearance {
  8966.                   material    USE MONITOR-SCREEN-MAT
  8967.  
  8968.                   texture    ImageTexture {
  8969.                 url    "Textures/screen.raptorBuilder.jpg"
  8970.                   }
  8971.  
  8972.                   textureTransform    USE OOBE-TEX-XFORM
  8973.  
  8974.                 }
  8975.  
  8976.                 geometry    USE MONITOR-SCREEN-IFS
  8977.  
  8978.               }
  8979.               Shape {
  8980.                 appearance    Appearance {
  8981.                   material    USE MONITOR-SCREEN-MAT
  8982.  
  8983.                   texture    ImageTexture {
  8984.                 url    "Textures/screen.shutDown.jpg"
  8985.                   }
  8986.  
  8987.                   textureTransform    USE BOOT-TEX-XFORM
  8988.  
  8989.                 }
  8990.  
  8991.                 geometry    USE MONITOR-SCREEN-IFS
  8992.  
  8993.               }
  8994.             ]
  8995.               }
  8996.               DEF BLACK-SCREEN-CURTAIN Transform {
  8997.             children    Shape {
  8998.               appearance    Appearance {
  8999.                 material    Material {
  9000.                   ambientIntensity    0
  9001.                   diffuseColor    0 0 0
  9002.                   specularColor    0 0 0
  9003.                   emissiveColor    0 0 0
  9004.                 }
  9005.  
  9006.               }
  9007.  
  9008.               geometry    USE MONITOR-SCREEN-IFS
  9009.  
  9010.             }
  9011.  
  9012.             translation    116.719 -61.2325 -30.453
  9013.             scale    1.13489 1.15926 1.05522
  9014.               }
  9015.             ]
  9016.             translation    882.9 -249.1 -139
  9017.             scale    1 1.01 1
  9018.           }
  9019.           DEF MONITOR-SGI-LOGO Transform {
  9020.             children    Shape {
  9021.               appearance    Appearance {
  9022.             material    Material {
  9023.             }
  9024.  
  9025.             texture    ImageTexture {
  9026.               url    "Textures/sgiLogo.monitor.rgba.gz"
  9027.             }
  9028.  
  9029.               }
  9030.  
  9031.               geometry    IndexedFaceSet {
  9032.             coord    Coordinate {
  9033.               point    [ -100 100 100,
  9034.                     -100 -100 100,
  9035.                     100 100 100,
  9036.                     100 -100 100 ]
  9037.             }
  9038.  
  9039.             coordIndex    [ 0, 1, 3, 2, -1 ]
  9040.             texCoord    TextureCoordinate {
  9041.               point    [ 0 1,
  9042.                     0 0,
  9043.                     1 1,
  9044.                     1 0 ]
  9045.             }
  9046.  
  9047.             texCoordIndex    [ 0, 1, 3, 2, -1 ]
  9048.             solid    FALSE
  9049.             creaseAngle    0.5
  9050.               }
  9051.  
  9052.             }
  9053.  
  9054.             translation    1.84642 -120.003 106.579
  9055.             rotation    0 -1 0  0.118661
  9056.             scale    0.717662 0.168867 0.71766
  9057.             scaleOrientation    0 -1 0  0.00138107
  9058.           }
  9059.         ]
  9060.         translation    -866.53 264.05 162.71
  9061.           }
  9062.  
  9063.           translation    860.448 -255.627 -203.501
  9064.           rotation    0 1 0  0.117469
  9065.           scale    0.999998 0.999992 0.999998
  9066.           scaleOrientation    0 0 1  0
  9067.           center    -870.667 266.641 117.451
  9068.         }
  9069.  
  9070.         axisOfRotation    0 1 0
  9071.       }
  9072.  
  9073.       translation    -885.264 230.091 121.636
  9074.     }
  9075.     DEF MONITOR-BASE Transform {
  9076.       children    Shape {
  9077.         appearance    Appearance {
  9078.           material    Material {
  9079.         ambientIntensity    0
  9080.         diffuseColor    0.43617 0.43617 0.43617
  9081.         specularColor    0 0 0
  9082.         emissiveColor    0 0 0
  9083.         shininess    0
  9084.         transparency    0
  9085.           }
  9086.  
  9087.         }
  9088.  
  9089.         geometry    IndexedFaceSet {
  9090.           coord    Coordinate {
  9091.         point    [ -1016.79 58.5213 -37.8326,
  9092.               -690.597 58.5218 1.061,
  9093.               -1016.79 37.1046 -37.8325,
  9094.               -690.597 37.1051 1.06104,
  9095.               -723.337 58.5223 275.788,
  9096.               -723.337 37.1057 275.788,
  9097.               -1049.53 58.5218 236.894,
  9098.               -1049.53 37.1052 236.894 ]
  9099.           }
  9100.  
  9101.           color    Color {
  9102.         color    [ 0.3 0.3 0.3,
  9103.               0.139037 0.139037 0.139037,
  9104.               0.256684 0.256684 0.256684 ]
  9105.           }
  9106.  
  9107.           coordIndex    [ 0, 1, 2, -1, 3, 2, 1, -1,
  9108.                 1, 0, 4, -1, 1, 4, 3, -1,
  9109.                 5, 3, 4, -1, 6, 4, 0, -1,
  9110.                 4, 6, 5, -1, 2, 7, 0, -1,
  9111.                 6, 0, 7, -1, 7, 5, 6, -1 ]
  9112.           colorIndex    [ 0, 0, 0, -1, 0, 0, 0, -1,
  9113.                 2, 1, 2, -1, 0, 0, 0, -1,
  9114.                 0, 0, 0, -1, 1, 2, 1, -1,
  9115.                 0, 0, 0, -1, 0, 0, 0, -1,
  9116.                 0, 0, 0, -1, 0, 0, 0, -1 ]
  9117.           ccw    TRUE
  9118.           solid    TRUE
  9119.           convex    TRUE
  9120.           creaseAngle    1.13865
  9121.         }
  9122.  
  9123.       }
  9124.  
  9125.       translation    -366.133 8.96211 -600.203
  9126.       rotation    0 1 0  0.823697
  9127.       scale    1 0.758463 1
  9128.     }
  9129.     DEF SPLASH-FADE-TREE Transform {
  9130.       children    [
  9131.         DEF SPLASH-FADE-TIMER TimeSensor {
  9132.           cycleInterval    25
  9133.           enabled    FALSE
  9134.           loop    FALSE
  9135.           startTime    0
  9136.           stopTime    0
  9137.         }
  9138.         DEF SPLASH-FADE-ENGINE ScalarInterpolator {
  9139.           key    [ 0, 0.25, 0.7, 0.85,
  9140.                 1 ]
  9141.           keyValue    [ 0, 0, 0, 0.8,
  9142.                 1 ]
  9143.         }
  9144.         DEF SPLASH-FADE-LOGIC Script {
  9145.           eventOut          SFInt32          screenChoice
  9146.           eventOut          SFFloat          screenAlpha
  9147.           eventIn          SFBool          timerIsActive
  9148.           url    "vrmlscript:
  9149. function timerIsActive(value, time)
  9150. {
  9151.     if (!value) {
  9152.     screenChoice = 1;
  9153.     screenAlpha = 0;
  9154.     }
  9155. }
  9156. "
  9157.         }
  9158.         DEF ENTRY-PROX-TREE Transform {
  9159.           children    DEF ENTRY-PROX ProximitySensor {
  9160.         size    1 1 1
  9161.         enabled    TRUE
  9162.           }
  9163.  
  9164.           translation    62.6138 177.809 628.891
  9165.           rotation    0 0 1  0
  9166.           scale    -458.781 -458.778 -458.779
  9167.           center    0 0 0
  9168.         }
  9169.       ]
  9170.     }
  9171.       ]
  9172.       translation    196.018 0 123.771
  9173.     }
  9174.     DEF OOBE-SLIDESHOW-TREE Transform {
  9175.       children    [
  9176.     DEF DESKTOP-ALARM-TIMER TimeSensor {
  9177.       cycleInterval    6
  9178.       enabled    TRUE
  9179.       loop    FALSE
  9180.       startTime    0
  9181.       stopTime    0
  9182.     }
  9183.     DEF OOBE-SLIDESHOW-TIMER TimeSensor {
  9184.       cycleInterval    8
  9185.       enabled    TRUE
  9186.       loop    FALSE
  9187.       startTime    1
  9188.       stopTime    2
  9189.     }
  9190.     DEF OOBE-SLIDESHOW-DISSOLVER ScalarInterpolator {
  9191.       key    [ 0, 0.1, 0.5, 0.9,
  9192.             1 ]
  9193.       keyValue    [ 1, 0, 0, 0,
  9194.             1 ]
  9195.     }
  9196.     DEF OOBE-SLIDESHOW-LOGIC Script {
  9197.       eventOut      SFInt32      whichScreen
  9198.       eventOut      SFTime      slideShowStartTime
  9199.       eventOut      SFBool      enableSlideShowTimer
  9200.       eventIn      SFBool      desktopTimerActive
  9201.       eventIn      SFBool      slideShowTimerActive
  9202.       eventIn      SFBool      resetSlideShow
  9203.       eventIn      SFFloat      desktopFractionIn
  9204.       field      SFInt32      currentSlide    6
  9205.       field      SFBool      firstTime    TRUE
  9206.       url    "vrmlscript:
  9207. function desktopTimerActive(value, time)
  9208. {
  9209.     if (value) whichScreen = 1;
  9210.     else slideShowStartTime = time;
  9211. }
  9212.  
  9213. function desktopFractionIn(value, time)
  9214. {
  9215.     if (value > .1) whichScreen = 5;
  9216. }
  9217.  
  9218. function slideShowTimerActive(value, time)
  9219. {
  9220.     if (!value) {
  9221.     slideShowStartTime = time;
  9222.     currentSlide = currentSlide + 1;
  9223.     if (currentSlide == 13) currentSlide = 6;
  9224.     whichScreen = currentSlide;
  9225.     firstTime = FALSE;
  9226.     } else if (firstTime) whichScreen = 6;
  9227. }
  9228.  
  9229. function resetSlideShow(value, time)
  9230. {
  9231.     firstTime = TRUE;
  9232.     currentSlide = 6;
  9233. }
  9234. "
  9235.     }
  9236.       ]
  9237.     }
  9238.   ]
  9239. }
  9240. ROUTE AMBIENT-VOLUME-LOGIC.volumeOut TO AMBIENT_SOUND.set_intensity
  9241. ROUTE BOOTUP-SHUTDOWN-LOGIC.ambientIntensity TO AMBIENT_SOUND.set_intensity
  9242. ROUTE DISK1-LOGIC.delayedStartTime TO DISK1-SOUND-SCRIPT.startTime
  9243. ROUTE DISK1-LOGIC.moduleRemoved TO DISK1-SOUND-SCRIPT.moduleRemoved
  9244. ROUTE DISK2-LOGIC.delayedStartTime TO DISK2-SOUND-SCRIPT.startTime
  9245. ROUTE DISK2-LOGIC.moduleRemoved TO DISK2-SOUND-SCRIPT.moduleRemoved
  9246. ROUTE AV-LOGIC.delayedStartTime TO AVMOD-SOUND-SCRIPT.startTime
  9247. ROUTE AV-LOGIC.moduleRemoved TO AVMOD-SOUND-SCRIPT.moduleRemoved
  9248. ROUTE MOTHERBOARD-LOGIC.startCpuTimer TO CPU-SOUND-SCRIPT.startTime
  9249. ROUTE MOTHERBOARD-LOGIC.cpuRemoved TO CPU-SOUND-SCRIPT.moduleRemoved
  9250. ROUTE CDROM-LOGIC.delayedStartTime TO CDROM-SOUND-SCRIPT.startTime
  9251. ROUTE CDROM-LOGIC.trayOpen TO CDROM-SOUND-SCRIPT.trayOpen
  9252. ROUTE POWERSUPPLY-LOGIC.delayedStartTime TO POWERSUPPLY-SOUND-SCRIPT.startTime
  9253. ROUTE PWRCOVER-LOGIC.startPwrSupplyTimer TO POWERSUPPLY-SOUND-SCRIPT.startTime
  9254. ROUTE POWERSUPPLY-LOGIC.moduleRemoved TO POWERSUPPLY-SOUND-SCRIPT.moduleRemoved
  9255. ROUTE PCI-LOGIC.moduleRemoved TO PCI-SOUND-SCRIPT.pciRemoved
  9256. ROUTE PCI-LOGIC.delayedStartTime TO PCI-SOUND-SCRIPT.startPciTime
  9257. ROUTE MOTHERBOARD-LOGIC.startPciTimer TO PCI-SOUND-SCRIPT.startPciTime
  9258. ROUTE DISK1-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  9259. ROUTE DISK2-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  9260. ROUTE AVMOD-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  9261. ROUTE CPU-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  9262. ROUTE PCI-SOUND-SCRIPT.pciStart TO LATCH_CLIP.set_startTime
  9263. ROUTE DISK1-SOUND-SCRIPT.slideStart TO DISKSLED_CLIP.set_startTime
  9264. ROUTE DISK2-SOUND-SCRIPT.slideStart TO DISKSLED_CLIP.set_startTime
  9265. ROUTE AVMOD-SOUND-SCRIPT.slideStart TO DISKSLED_CLIP.set_startTime
  9266. ROUTE CPU-SOUND-SCRIPT.slideStart TO CPU_SLIDE_CLIP.set_startTime
  9267. ROUTE POWERSUPPLY-SOUND-SCRIPT.slideStart TO CPU_SLIDE_CLIP.set_startTime
  9268. ROUTE CDROM-SOUND-SCRIPT.trayOpenCloseStartTime TO CDIN_CLIP.set_startTime
  9269. ROUTE CDROM-SOUND-SCRIPT.laserPickupStartTime TO CDOUT_CLIP.set_startTime
  9270. ROUTE BOOTUP-SOUND-SCRIPT.bootUpStartTime TO BOOTUP-CLIP.set_startTime
  9271. ROUTE SHUTDOWN-SOUND-SCRIPT.shutDownStartTime TO SHUTDOWN-CLIP.set_startTime
  9272. ROUTE DISSOLVE-LOGIC.startTime TO DISSOLVE_CLIP.set_startTime
  9273. ROUTE DISK1-LOGIC.delayedStartTime TO Time_20.set_startTime
  9274. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-ASSEMBLYTranslationInterp.set_fraction
  9275. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-ASSEMBLYRotationInterp.set_fraction
  9276. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-LEVERTranslationInterp.set_fraction
  9277. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-LEVERRotationInterp.set_fraction
  9278. ROUTE Time_20.fraction_changed TO DRIVE1-ASSEMBLYScaleOrientationInterp.set_fraction
  9279. ROUTE Time_20.fraction_changed TO DRIVE1-ASSEMBLYScaleFactorInterp.set_fraction
  9280. ROUTE Time_20.isActive TO DISK1-LOGIC.timerActive
  9281. ROUTE Time_20.fraction_changed TO DISK1-LOGIC.fractionIn
  9282. ROUTE DefaultTouchSensor_17.touchTime TO DISK1-LOGIC.triggerTime
  9283. ROUTE DRIVE1-LEVERTranslationInterp.value_changed TO DRIVE1-LEVER.set_translation
  9284. ROUTE DRIVE1-LEVERRotationInterp.value_changed TO DRIVE1-LEVER.set_rotation
  9285. ROUTE DRIVE1-ASSEMBLYTranslationInterp.value_changed TO DRIVE1-ASSEMBLY.set_translation
  9286. ROUTE DRIVE1-ASSEMBLYRotationInterp.value_changed TO DRIVE1-ASSEMBLY.set_rotation
  9287. ROUTE DISK2-LOGIC.delayedStartTime TO Time_33.set_startTime
  9288. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-ASSEMBLYTranslationInterp.set_fraction
  9289. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-ASSEMBLYRotationInterp.set_fraction
  9290. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-LEVERTranslationInterp.set_fraction
  9291. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-LEVERRotationInterp.set_fraction
  9292. ROUTE Time_33.isActive TO DISK2-LOGIC.timerActive
  9293. ROUTE Time_33.fraction_changed TO DISK2-LOGIC.fractionIn
  9294. ROUTE DefaultTouchSensor_30.touchTime TO DISK2-LOGIC.triggerTime
  9295. ROUTE DRIVE2-LEVERTranslationInterp.value_changed TO DRIVE2-LEVER.set_translation
  9296. ROUTE DRIVE2-LEVERRotationInterp.value_changed TO DRIVE2-LEVER.set_rotation
  9297. ROUTE DRIVE2-ASSEMBLYTranslationInterp.value_changed TO DRIVE2-ASSEMBLY.set_translation
  9298. ROUTE DRIVE2-ASSEMBLYRotationInterp.value_changed TO DRIVE2-ASSEMBLY.set_rotation
  9299. ROUTE AV-LOGIC.delayedStartTime TO Time_43.set_startTime
  9300. ROUTE AV-LOGIC.fractionOut TO AV-ASSEMBLYTranslationInterp.set_fraction
  9301. ROUTE AV-LOGIC.fractionOut TO AV-ASSEMBLYRotationInterp.set_fraction
  9302. ROUTE AV-LOGIC.fractionOut TO AV-LEVERTranslationInterp.set_fraction
  9303. ROUTE AV-LOGIC.fractionOut TO AV-LEVERRotationInterp.set_fraction
  9304. ROUTE Time_43.fraction_changed TO AV-ASSEMBLYScaleOrientationInterp.set_fraction
  9305. ROUTE Time_43.isActive TO AV-LOGIC.timerActive
  9306. ROUTE Time_43.fraction_changed TO AV-LOGIC.fractionIn
  9307. ROUTE DefaultTouchSensor_40.touchTime TO AV-LOGIC.triggerTime
  9308. ROUTE AV-LEVERTranslationInterp.value_changed TO AV-LEVER.set_translation
  9309. ROUTE AV-LEVERRotationInterp.value_changed TO AV-LEVER.set_rotation
  9310. ROUTE AV-ASSEMBLYTranslationInterp.value_changed TO AV-ASSEMBLY.set_translation
  9311. ROUTE AV-ASSEMBLYRotationInterp.value_changed TO AV-ASSEMBLY.set_rotation
  9312. ROUTE AV-ASSEMBLYScaleOrientationInterp.value_changed TO AV-ASSEMBLY.set_scaleOrientation
  9313. ROUTE MOTHERBOARD-LOGIC.startCpuTimer TO Time_53.set_startTime
  9314. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-ASSEMBLYTranslationInterp.set_fraction
  9315. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-ASSEMBLYRotationInterp.set_fraction
  9316. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-ASSEMBLYScaleOrientationInterp.set_fraction
  9317. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-ASSEMBLYScaleFactorInterp.set_fraction
  9318. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-LEVERRotationInterp.set_fraction
  9319. ROUTE PCI-LOGIC.cpuTriggerEnable TO DefaultTouchSensor_59.set_enabled
  9320. ROUTE Time_53.isActive TO MOTHERBOARD-LOGIC.timerActive
  9321. ROUTE Time_53.fraction_changed TO MOTHERBOARD-LOGIC.fractionIn
  9322. ROUTE Time_70.isActive TO MOTHERBOARD-LOGIC.pciTimerRunning
  9323. ROUTE DefaultTouchSensor_59.touchTime TO MOTHERBOARD-LOGIC.cpuTouchedTime
  9324. ROUTE PCI-LOGIC.moduleRemoved TO MOTHERBOARD-LOGIC.pciRemoved
  9325. ROUTE MOTHERBOARD-LEVERRotationInterp.value_changed TO MOTHERBOARD-LEVER.set_rotation
  9326. ROUTE MOTHERBOARD-LOGIC.pciTriggerEnable TO DefaultTouchSensor_67.set_enabled
  9327. ROUTE PCI-LOGIC.delayedStartTime TO Time_70.set_startTime
  9328. ROUTE MOTHERBOARD-LOGIC.startPciTimer TO Time_70.set_startTime
  9329. ROUTE PCI-LOGIC.fractionOut TO PCI-GROUPTranslationInterp.set_fraction
  9330. ROUTE PCI-LOGIC.fractionOut TO PCI-GROUPRotationInterp.set_fraction
  9331. ROUTE Time_70.isActive TO PCI-LOGIC.timerActive
  9332. ROUTE Time_70.fraction_changed TO PCI-LOGIC.fractionIn
  9333. ROUTE DefaultTouchSensor_67.touchTime TO PCI-LOGIC.triggerTime
  9334. ROUTE PCI-GROUPTranslationInterp.value_changed TO PCI-GROUP.set_translation
  9335. ROUTE PCI-GROUPRotationInterp.value_changed TO PCI-GROUP.set_rotation
  9336. ROUTE MOTHERBOARD-ASSEMBLYTranslationInterp.value_changed TO MOTHERBOARD-ASSEMBLY.set_translation
  9337. ROUTE MOTHERBOARD-ASSEMBLYRotationInterp.value_changed TO MOTHERBOARD-ASSEMBLY.set_rotation
  9338. ROUTE AMBIENT-VOLUME-LOGIC.volumeDownColor TO VOLUME-DOWN-MAT.set_emissiveColor
  9339. ROUTE SHELLTransparencyInterp.value_changed TO VOLUME-DOWN-MAT.set_transparency
  9340. ROUTE AMBIENT-VOLUME-LOGIC.volumeDownDisplace TO VOLUME-DOWN-TREE.set_translation
  9341. ROUTE AMBIENT-VOLUME-LOGIC.volumeUpColor TO VOLUME-UP-MAT.set_emissiveColor
  9342. ROUTE AMBIENT-VOLUME-LOGIC.volumeUpDisplace TO VOLUME-UP-TREE.set_translation
  9343. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootColor TO _83.set_emissiveColor
  9344. ROUTE SHELLTransparencyInterp.value_changed TO _83.set_transparency
  9345. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootDisplace TO ON-OFF-BUTTON.set_translation
  9346. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootUpStartTime TO Time_84.set_startTime
  9347. ROUTE Time_84.fraction_changed TO BOOTUP-EmissiveColorInterp.set_fraction
  9348. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO Time_86.set_startTime
  9349. ROUTE Time_86.fraction_changed TO SHUTDOWN-EmissiveColorInterp.set_fraction
  9350. ROUTE BOOTUP-EmissiveColorInterp.value_changed TO _88.set_emissiveColor
  9351. ROUTE SHUTDOWN-EmissiveColorInterp.value_changed TO _88.set_emissiveColor
  9352. ROUTE SHELLTransparencyInterp.value_changed TO _88.set_transparency
  9353. ROUTE DISSOLVE-LOGIC.dissolveSwitchOut TO FRONT-PANEL-SWITCH.set_whichChoice
  9354. ROUTE PWRCOVER-LOGIC.pwrSupplyTriggerEnable TO DefaultTouchSensor_89.set_enabled
  9355. ROUTE PWRCOVER-LOGIC.startPwrSupplyTimer TO Time_92.set_startTime
  9356. ROUTE POWERSUPPLY-LOGIC.delayedStartTime TO Time_92.set_startTime
  9357. ROUTE POWERSUPPLY-LOGIC.fractionOut TO POWER-SUPPLYTranslationInterp.set_fraction
  9358. ROUTE POWERSUPPLY-LOGIC.fractionOut TO POWER-SUPPLYRotationInterp.set_fraction
  9359. ROUTE Time_92.isActive TO POWERSUPPLY-LOGIC.timerActive
  9360. ROUTE Time_92.fraction_changed TO POWERSUPPLY-LOGIC.fractionIn
  9361. ROUTE DefaultTouchSensor_89.touchTime TO POWERSUPPLY-LOGIC.triggerTime
  9362. ROUTE POWER-SUPPLYTranslationInterp.value_changed TO POWER-SUPPLY.set_translation
  9363. ROUTE POWER-SUPPLYRotationInterp.value_changed TO POWER-SUPPLY.set_rotation
  9364. ROUTE DISSOLVE-LOGIC.startTime TO Time_96.set_startTime
  9365. ROUTE DISSOLVE-LOGIC.fractionOut TO SHELLTransparencyInterp.set_fraction
  9366. ROUTE Time_96.isActive TO DISSOLVE-LOGIC.timerActive
  9367. ROUTE Time_96.fraction_changed TO DISSOLVE-LOGIC.fractionIn
  9368. ROUTE MINUS-TRIGGER.touchTime TO DISSOLVE-LOGIC.dissolveInTime
  9369. ROUTE DefaultTouchSensor_99.touchTime TO DISSOLVE-LOGIC.dissolveOutTime
  9370. ROUTE DefaultTouchSensor_99.isOver TO DISSOLVE-LOGIC.plusIsOver
  9371. ROUTE MINUS-TRIGGER.isOver TO DISSOLVE-LOGIC.minusIsOver
  9372. ROUTE DISSOLVE-LOGIC.plusEnable TO DefaultTouchSensor_99.set_enabled
  9373. ROUTE DISSOLVE-LOGIC.plusHighlight TO _100.set_emissiveColor
  9374. ROUTE DISSOLVE-LOGIC.minusEnable TO MINUS-TRIGGER.set_enabled
  9375. ROUTE DISSOLVE-LOGIC.minusHighlight TO _102.set_emissiveColor
  9376. ROUTE SHELLTransparencyInterp.value_changed TO _104.set_transparency
  9377. ROUTE SHELLTransparencyInterp.value_changed TO _105.set_transparency
  9378. ROUTE DISSOLVE-LOGIC.dissolveSwitchOut TO SHELL-TOPCOVER-SWITCH.set_whichChoice
  9379. ROUTE CDROM-LOGIC.delayedStartTime TO Time_109.set_startTime
  9380. ROUTE CDROM-LOGIC.fractionOut TO CDROM-ASSEMBLYTranslationInterp.set_fraction
  9381. ROUTE Time_109.isActive TO CDROM-LOGIC.timerActive
  9382. ROUTE Time_109.fraction_changed TO CDROM-LOGIC.fractionIn
  9383. ROUTE CDROM-TS.touchTime TO CDROM-LOGIC.triggerTime
  9384. ROUTE MONITOR-SCREEN-SWITCH.whichChoice_changed TO CDROM-LOGIC.whichScreen
  9385. ROUTE SHELLTransparencyInterp.value_changed TO _112.set_transparency
  9386. ROUTE SHELLTransparencyInterp.value_changed TO _114.set_transparency
  9387. ROUTE SHELLTransparencyInterp.value_changed TO _115.set_transparency
  9388. ROUTE SHELLTransparencyInterp.value_changed TO _116.set_transparency
  9389. ROUTE DISSOLVE-LOGIC.dissolveSwitchOut TO CDROM-SWITCH.set_whichChoice
  9390. ROUTE CDROM-ASSEMBLYTranslationInterp.value_changed TO CDROM-ASSEMBLY.set_translation
  9391. ROUTE VOLUME-UP-TRIGGER.touchTime TO AMBIENT-VOLUME-LOGIC.volumeUpTrigger
  9392. ROUTE VOLUME-DOWN-TRIGGER.touchTime TO AMBIENT-VOLUME-LOGIC.volumeDownTrigger
  9393. ROUTE VOLUME-UP-TRIGGER.isActive TO AMBIENT-VOLUME-LOGIC.volumeUpIsActive
  9394. ROUTE VOLUME-DOWN-TRIGGER.isActive TO AMBIENT-VOLUME-LOGIC.volumeDownIsActive
  9395. ROUTE VOLUME-UP-TRIGGER.isOver TO AMBIENT-VOLUME-LOGIC.volumeUpIsOver
  9396. ROUTE VOLUME-DOWN-TRIGGER.isOver TO AMBIENT-VOLUME-LOGIC.volumeDownIsOver
  9397. ROUTE PWRCOVER-LOGIC.startPwrCoverTimer TO Time_120.set_startTime
  9398. ROUTE PWRCOVER-LOGIC.fractionOut TO POWER-SUPPLY-COVERTranslationInterp.set_fraction
  9399. ROUTE PWRCOVER-LOGIC.fractionOut TO POWER-SUPPLY-COVERRotationInterp.set_fraction
  9400. ROUTE POWERSUPPLY-LOGIC.pwrCoverTriggerEnable TO DefaultTouchSensor_124.set_enabled
  9401. ROUTE Time_120.isActive TO PWRCOVER-LOGIC.timerActive
  9402. ROUTE Time_120.fraction_changed TO PWRCOVER-LOGIC.fractionIn
  9403. ROUTE POWERSUPPLY-LOGIC.moduleRemoved TO PWRCOVER-LOGIC.pwrSupplyRemoved
  9404. ROUTE Time_92.isActive TO PWRCOVER-LOGIC.pwrTimerRunning
  9405. ROUTE DefaultTouchSensor_124.touchTime TO PWRCOVER-LOGIC.pwrCoverTouchedTime
  9406. ROUTE SHELLTransparencyInterp.value_changed TO _126.set_transparency
  9407. ROUTE POWER-SUPPLY-COVERTranslationInterp.value_changed TO POWER-SUPPLY-COVER.set_translation
  9408. ROUTE POWER-SUPPLY-COVERRotationInterp.value_changed TO POWER-SUPPLY-COVER.set_rotation
  9409. ROUTE POWER-SUPPLY-COVERScaleFactorInterp.value_changed TO POWER-SUPPLY-COVER.set_scale
  9410. ROUTE BACKLIGHT-LOGIC.rimLightStartTime TO Time_128.set_startTime
  9411. ROUTE BACKLIGHT-LOGIC.rimLightStopTime TO Time_128.set_stopTime
  9412. ROUTE Time_128.fraction_changed TO PURPLE-RIMLIGHTIntensityInterp.set_fraction
  9413. ROUTE BACKLIGHT-LOGIC.rimLightEnable TO PURPLE-RIMLIGHT.set_on
  9414. ROUTE PURPLE-RIMLIGHTIntensityInterp.value_changed TO PURPLE-RIMLIGHT.set_intensity
  9415. ROUTE BACKLIGHT-LOGIC.backLightStartTime TO Time_133.set_startTime
  9416. ROUTE BACKLIGHT-LOGIC.fractionOut TO WHITE-BACKLIGHTIntensityInterp.set_fraction
  9417. ROUTE Time_133.fraction_changed TO BACKLIGHT-LOGIC.fractionIn
  9418. ROUTE Time_133.isActive TO BACKLIGHT-LOGIC.timerActive
  9419. ROUTE BACKLIGHT-PROX.enterTime TO BACKLIGHT-LOGIC.proxEnterTime
  9420. ROUTE BACKLIGHT-PROX.exitTime TO BACKLIGHT-LOGIC.proxExitTime
  9421. ROUTE BACKLIGHT-LOGIC.backLightEnable TO WHITE-BACKLIGHT.set_on
  9422. ROUTE WHITE-BACKLIGHTIntensityInterp.value_changed TO WHITE-BACKLIGHT.set_intensity
  9423. ROUTE ON-OFF-TRIGGER.isOver TO BOOTUP-SHUTDOWN-LOGIC.bootIsOver
  9424. ROUTE ON-OFF-TRIGGER.isActive TO BOOTUP-SHUTDOWN-LOGIC.bootIsActive
  9425. ROUTE ON-OFF-TRIGGER.touchTime TO BOOTUP-SHUTDOWN-LOGIC.bootTriggerTime
  9426. ROUTE Time_84.isActive TO BOOTUP-SHUTDOWN-LOGIC.bootUpTimerActive
  9427. ROUTE Time_86.isActive TO BOOTUP-SHUTDOWN-LOGIC.shutDownTimerActive
  9428. ROUTE Time_84.fraction_changed TO BOOTUP-SHUTDOWN-LOGIC.bootUpFractionIn
  9429. ROUTE Time_86.fraction_changed TO BOOTUP-SHUTDOWN-LOGIC.shutDownFractionIn
  9430. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootUpStartTime TO BOOTUP-SOUND-SCRIPT.startTime
  9431. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO SHUTDOWN-SOUND-SCRIPT.startTime
  9432. ROUTE SPLASH-FADE-ENGINE.value_changed TO MONITOR-SCREEN-MAT.set_transparency
  9433. ROUTE SPLASH-FADE-LOGIC.screenAlpha TO MONITOR-SCREEN-MAT.set_transparency
  9434. ROUTE BOOTUP-SHUTDOWN-LOGIC.screenAlpha TO MONITOR-SCREEN-MAT.set_transparency
  9435. ROUTE OOBE-SLIDESHOW-DISSOLVER.value_changed TO MONITOR-SCREEN-MAT.set_transparency
  9436. ROUTE BOOTUP-SHUTDOWN-LOGIC.whichScreen TO MONITOR-SCREEN-SWITCH.set_whichChoice
  9437. ROUTE SPLASH-FADE-LOGIC.screenChoice TO MONITOR-SCREEN-SWITCH.set_whichChoice
  9438. ROUTE OOBE-SLIDESHOW-LOGIC.whichScreen TO MONITOR-SCREEN-SWITCH.set_whichChoice
  9439. ROUTE ENTRY-PROX.enterTime TO SPLASH-FADE-TIMER.set_startTime
  9440. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootUpStartTime TO SPLASH-FADE-TIMER.set_stopTime
  9441. ROUTE SPLASH-FADE-TIMER.fraction_changed TO SPLASH-FADE-ENGINE.set_fraction
  9442. ROUTE SPLASH-FADE-TIMER.isActive TO SPLASH-FADE-LOGIC.timerIsActive
  9443. ROUTE SPLASH-FADE-TIMER.isActive TO ENTRY-PROX.set_enabled
  9444. ROUTE BOOTUP-SHUTDOWN-LOGIC.enableSlideShowTimer TO DESKTOP-ALARM-TIMER.set_enabled
  9445. ROUTE CLOGIN-TRIGGER.touchTime TO DESKTOP-ALARM-TIMER.set_startTime
  9446. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO DESKTOP-ALARM-TIMER.set_stopTime
  9447. ROUTE OOBE-SLIDESHOW-LOGIC.enableSlideShowTimer TO OOBE-SLIDESHOW-TIMER.set_enabled
  9448. ROUTE BOOTUP-SHUTDOWN-LOGIC.enableSlideShowTimer TO OOBE-SLIDESHOW-TIMER.set_enabled
  9449. ROUTE OOBE-SLIDESHOW-LOGIC.slideShowStartTime TO OOBE-SLIDESHOW-TIMER.set_startTime
  9450. ROUTE CDROM-LOGIC.slideShowStartTime TO OOBE-SLIDESHOW-TIMER.set_startTime
  9451. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO OOBE-SLIDESHOW-TIMER.set_stopTime
  9452. ROUTE OOBE-SLIDESHOW-TIMER.fraction_changed TO OOBE-SLIDESHOW-DISSOLVER.set_fraction
  9453. ROUTE DESKTOP-ALARM-TIMER.isActive TO OOBE-SLIDESHOW-LOGIC.desktopTimerActive
  9454. ROUTE OOBE-SLIDESHOW-TIMER.isActive TO OOBE-SLIDESHOW-LOGIC.slideShowTimerActive
  9455. ROUTE BOOTUP-SHUTDOWN-LOGIC.enableSlideShowTimer TO OOBE-SLIDESHOW-LOGIC.resetSlideShow
  9456. ROUTE DESKTOP-ALARM-TIMER.fraction_changed TO OOBE-SLIDESHOW-LOGIC.desktopFractionIn
  9457.